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
This commit is contained in:
parent
a024aed541
commit
1f38bd440f
@ -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
|
Tue Oct 3 17:46:56 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ BuildRequires: pkgconfig(valgrind)
|
|||||||
Requires: iso-codes
|
Requires: iso-codes
|
||||||
Requires: libzypp-plugin-appdata
|
Requires: libzypp-plugin-appdata
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%glib2_gsettings_schema_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AppStore like management of Applications for your GNOME Desktop.
|
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
|
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||||
# Test shipping gnome-software-local-file in GN
|
# Test shipping gnome-software-local-file in GN
|
||||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
# 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
|
%suse_update_desktop_file org.gnome.Software
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
%desktop_database_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
%desktop_database_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
@ -114,7 +105,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
|||||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml
|
||||||
# Test shipping gnome-software-local-file in GN
|
# Test shipping gnome-software-local-file in GN
|
||||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
# 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}/applications/org.gnome.Software.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
||||||
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user