rpms/rhythmbox/devel rhythmbox.spec,1.70,1.71

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 19 17:21:59 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/rhythmbox/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21945

Modified Files:
	rhythmbox.spec 
Log Message:
fix file lists, III



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/dist/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- rhythmbox.spec	19 Jun 2006 16:32:02 -0000	1.70
+++ rhythmbox.spec	19 Jun 2006 17:21:57 -0000	1.71
@@ -89,6 +89,10 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/rhythmbox.schemas >/dev/null
 update-desktop-database -q
 scrollkeeper-update -q
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
 
 %preun
 if [ "$1" -eq 0 ]; then
@@ -101,6 +105,11 @@
 /sbin/ldconfig
 update-desktop-database -q
 scrollkeeper-update -q
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
+
 
 %files -f %{name}.lang
 %defattr(-, root, root)
@@ -114,6 +123,7 @@
 %{_datadir}/omf/rhythmbox/*
 %{_datadir}/mime-info/rhythmbox.keys
 %{_datadir}/dbus-1/services/org.gnome.Rhythmbox.service
+%{_datadir}/icons/hicolor/48x48/apps/rhythmbox.png
 %{_libdir}/rhythmbox/plugins
 %{_libexecdir}/rhythmbox-metadata
 




More information about the fedora-cvs-commits mailing list