Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximperconf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximperconf
Commits
d6d0309d
Verified
Commit
d6d0309d
authored
Apr 25, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: add spec and gear
parent
fdfbbb54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
rules
.gear/rules
+3
-0
ximperconf.spec
.gear/ximperconf.spec
+57
-0
No files found.
.gear/rules
0 → 100644
View file @
d6d0309d
spec: .gear/ximperconf.spec
tar: .
tar: vendor name=@name@-development-@version@ base=vendor
.gear/ximperconf.spec
0 → 100644
View file @
d6d0309d
Name: ximperconf
Version: 0.1.0
Release: eter0
License: GPL-3.0
Summary: Ximper Linux Configuration Tool
Group: System/Configuration/Other
Url: https://gitlab.eterfund.ru/ximperlinux/ximperconf
Vcs: https://gitlab.eterfund.ru/ximperlinux/ximperconf.git
Source: %name-%version.tar
Source1: %name-development-%version.tar
BuildRequires(pre): rpm-macros-meson
BuildRequires: rpm-build-golang
BuildRequires: meson
BuildRequires: pkgconfig(systemd)
%description
%summary.
%prep
%setup -a1
%build
%meson
%meson_build
%install
%meson_install
%find_lang %name
%post
%systemd_user_post %name-presets.service
%preun
%systemd_user_preun %name-presets.service
%postun
%systemd_user_postun %name-presets.service
%files -f %name.lang
%_bindir/%name
%_datadir/bash-completion/completions/%name
%_datadir/zsh/site-functions/_%name
%_datadir/fish/vendor_completions.d/%name.fish
%_userunitdir/%name-presets.service
%changelog
* Sat Apr 25 2026 Kirill Unitsaev <fiersik@altlinux.org> 0.1.0-eter0
- Initial build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment