- Do not ship gnome-software-local-file.desktop: gnome-software is
not yet able to handle local RPM files on openSUSE (boo#941862). OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=61
This commit is contained in:
parent
284b788c29
commit
b8ec92fb51
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 12:47:18 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Do not ship gnome-software-local-file.desktop: gnome-software is
|
||||
not yet able to handle local RPM files on openSUSE (boo#941862).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 13:11:13 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -69,6 +69,8 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
||||
rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
#suse_update_desktop_file gnome-software
|
||||
%find_lang %{name}
|
||||
|
||||
@ -89,7 +91,8 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/org.gnome.Software.appdata.xml
|
||||
%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
||||
#{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_datadir}/applications/org.gnome.Software.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user