From 1f38bd440f4e391763919d6742f248f3efcafa5a2747d67134ab9d8a9c7339d2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 13 Nov 2017 11:28:42 +0000 Subject: [PATCH] Accepting request 540641 from home:luc14n0:branches:GNOME:Factory Some fixings. OBS-URL: https://build.opensuse.org/request/show/540641 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=122 --- gnome-software.changes | 9 +++++++++ gnome-software.spec | 13 ++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gnome-software.changes b/gnome-software.changes index dc7e68d..22c6f9c 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Nov 10 18:48:51 UTC 2017 - luc14n0@linuxmail.org + +- Remove gnome-software-local-file.desktop from the package: It's + not yet being shipped since it's still under tests (boo#941862). +- Drop %icon_theme_cache_* and %desktop_database_* post/postun + scriptlets and %glib2_gsettings_schema_requires macro: the + functionality is covered by file triggers now. + ------------------------------------------------------------------- Tue Oct 3 17:46:56 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index b4cb617..05bd6cb 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -52,7 +52,6 @@ BuildRequires: pkgconfig(valgrind) Requires: iso-codes Requires: libzypp-plugin-appdata Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description AppStore like management of Applications for your GNOME Desktop. @@ -85,18 +84,10 @@ GNOME software store plugins. find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print # Test shipping gnome-software-local-file in GN # Currently not shipped, as this is not yet functional (boo#941862) -#rm %%{buildroot}%%{_datadir}/applications/gnome-software-local-file.desktop +rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop %suse_update_desktop_file org.gnome.Software %find_lang %{name} -%post -%icon_theme_cache_post -%desktop_database_post - -%postun -%icon_theme_cache_postun -%desktop_database_postun - %files %defattr(-,root,root) %doc COPYING @@ -114,7 +105,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml # Test shipping gnome-software-local-file in GN # Currently not shipped, as this is not yet functional (boo#941862) -%{_datadir}/applications/gnome-software-local-file.desktop +#{_datadir}/applications/gnome-software-local-file.desktop %{_datadir}/applications/org.gnome.Software.desktop %{_datadir}/dbus-1/services/org.gnome.Software.service %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service