https://bugzilla.redhat.com/show_bug.cgi?id=2344534
--- Comment #10 from Fabio Valentini decathorpe@gmail.com --- Some problems with associating spec parts with the correct subpackage:
Requires: aw-server-rust
and
# Hopefuly one day it will be a part of aw-server-rust # https://github.com/ActivityWatch/activitywatch/issues/92#issuecomment-158393... Provides: bundled(aw-server-rust)
and all of:
%post %systemd_user_post %{watcher_name}.service %preun %systemd_user_preun %{watcher_name}.service %postun %systemd_user_postun_with_restart %{watcher_name}.service
These all need to be associated with the "aw-awatcher" subpackage, otherwise they won't have any effect.
I wonder if it could make sense to just name the "source" package "aw-awatcher" instead? That would let you avoid this kind of issue.
The project also provides a .desktop file, would you like to package that?