Make service file name match bus name
This commit is contained in:
parent
b4b3245fa3
commit
f7cb5dc1e4
@ -52,6 +52,10 @@ or directories.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
# make the service filename match the bus name, flatpak doesn't like it otherwise
|
||||
mv %{buildroot}%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service \
|
||||
%{buildroot}%{_datadir}/dbus-1/services/org.gnome.ArchiveManager1.service
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%check
|
||||
@ -65,7 +69,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.FileRoller.
|
||||
%{_datadir}/file-roller
|
||||
%{_datadir}/applications/org.gnome.FileRoller.desktop
|
||||
%{_libexecdir}/file-roller
|
||||
%{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.ArchiveManager1.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.FileRoller.service
|
||||
%{_datadir}/icons/hicolor/*/apps/file-roller.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/file-roller-symbolic.svg
|
||||
@ -82,6 +86,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.FileRoller.
|
||||
* Tue Oct 2 2018 Matthias Clasen <mclasen@redhat.com> - 3.30.1-2
|
||||
- Avoid gratitious use of %{_bindir}. This breaks module builds
|
||||
- Don't build the nautilus subpackage when doing a module
|
||||
- Rename the D-Bus service file to match the bus name
|
||||
|
||||
* Wed Sep 26 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
|
||||
- Update to 3.30.1
|
||||
|
Loading…
Reference in New Issue
Block a user