rpms/amarok/FC-4 amarok.spec,1.34,1.35

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Dec 15 18:48:20 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/amarok/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4419/FC-4

Modified Files:
	amarok.spec 
Log Message:
- really fix bug 175841


Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/FC-4/amarok.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- amarok.spec	15 Dec 2005 17:53:13 -0000	1.34
+++ amarok.spec	15 Dec 2005 18:48:18 -0000	1.35
@@ -147,23 +147,18 @@
 
 
 %post
-/sbin/ldconfig
 # update icon themes if necessary
-touch --no-create %{_datadir}/icons/crystalsvg || :
+touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg || :
-    # needed because amarok 1.2 puts icon in hicolor
-    # and the RPM did not update the cache on uninstall
     %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 update-desktop-database &> /dev/null ||:
 
 %postun
-/sbin/ldconfig
 # update icon themes if necessary
-touch --no-create %{_datadir}/icons/crystalsvg || :
+touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/crystalsvg || :
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 update-desktop-database &> /dev/null ||:
 
@@ -178,7 +173,7 @@
 %{_bindir}/amarok
 %{_bindir}/amarokapp
 %{_datadir}/apps/%{name}
-%{_datadir}/icons/*/*/*
+%{_datadir}/icons/hicolor/*/*
 %{_datadir}/applications/kde/*.desktop
 %{_datadir}/services/amarok_gstengine_plugin.desktop
 %{_datadir}/services/amarok_void-engine_plugin.desktop




More information about the fedora-extras-commits mailing list