Accepting request 55960 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/55960 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=13
This commit is contained in:
parent
2d2aa55943
commit
c8951f970c
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 14 15:19:51 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Do not install 120x120 icons: this is an invalid size, and it
|
||||||
|
makes the build fail. So we remove them for now, until upstream
|
||||||
|
uses the right 128x128 size.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 16 16:46:24 CET 2010 - dimstar@opensuse.org
|
Tue Nov 16 16:46:24 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -120,6 +120,8 @@ station.
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
# Work around bgo#637226
|
||||||
|
rm -r %{buildroot}%{_datadir}/icons/hicolor/120x120
|
||||||
%suse_update_desktop_file rygel
|
%suse_update_desktop_file rygel
|
||||||
%suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System
|
%suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user