Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm-dbus-service
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
0
Merge Requests
0
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
eepm-dbus-service
Commits
01da6f87
Commit
01da6f87
authored
Apr 10, 2026
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ALT spec and gear rules
parent
6964bae8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
0 deletions
+71
-0
config.toml
.gear/config.toml
+5
-0
eepm-dbus.spec
.gear/eepm-dbus.spec
+62
-0
.keep
.gear/predownloaded-development/.keep
+0
-0
rules
.gear/rules
+4
-0
No files found.
.gear/config.toml
0 → 100644
View file @
01da6f87
[source.crates-io]
replace-with
=
"vendored-sources"
[source.vendored-sources]
directory
=
"vendor"
.gear/eepm-dbus.spec
0 → 100644
View file @
01da6f87
Name: eepm-dbus
Version: 0.1.0
Release: alt1
License: GPL-3.0
Summary: D-Bus service that wraps the EEPM (Etersoft Package Manager) bash scripts
Group: System/Configuration/Packaging
Url: https://gitlab.eterfund.ru/ximperlinux/eepm-dbus
Source: %name-%version.tar
Source1: %name-development-%version.tar
Source2: config.toml
BuildRequires(pre): rpm-macros-meson
BuildRequires: rpm-build-rust
BuildRequires: meson
BuildRequires: /proc
Requires: eepm
Requires: polkit
Requires: dbus
%description
D-Bus system service that exposes the EEPM (epm) command line tool over
two interfaces: ru.etersoft.EPM.Query for read-only operations and
ru.etersoft.EPM.Manage for installs, removals and upgrades. Manage
operations are gated by polkit. Progress for long-running operations is
emitted via the Notification signal.
%prep
%setup -a1
install -vD %SOURCE2 .cargo/config.toml
%build
%meson
%meson_build
%install
%meson_install
%post
%systemd_post %name.service
%preun
%systemd_preun %name.service
%postun
%systemd_postun_with_restart %name.service
%files
%doc README.md
%_bindir/%name
%_unitdir/%name.service
%_datadir/dbus-1/system-services/ru.etersoft.EPM.service
%_sysconfdir/dbus-1/system.d/ru.etersoft.EPM.conf
%_datadir/polkit-1/actions/ru.etersoft.EPM.policy
%changelog
* Fri Apr 10 2026 Roman Alifanov <ximper@altlinux.org> 0.1.0-alt1
- initial build
.gear/predownloaded-development/.keep
0 → 100644
View file @
01da6f87
.gear/rules
0 → 100644
View file @
01da6f87
spec: .gear/eepm-dbus.spec
tar: .
tar: .gear/predownloaded-development name=@name@-development-@version@ base=
copy: .gear/config.toml
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