rpms/gthumb/FC-5 gthumb.spec,1.42,1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 29 02:18:18 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gthumb/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv17897

Modified Files:
	gthumb.spec 
Log Message:
fix file lists



Index: gthumb.spec
===================================================================
RCS file: /cvs/dist/rpms/gthumb/FC-5/gthumb.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gthumb.spec	29 May 2006 02:05:24 -0000	1.42
+++ gthumb.spec	29 May 2006 02:18:16 -0000	1.43
@@ -70,17 +70,24 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-update-desktop-database %{_datadir}/applications
 scrollkeeper-update
+update-desktop-database %{_datadir}/applications
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-SCHEMAS="gthumb.schemas"
-for S in $SCHEMAS; do
-  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
-done
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gthumb.schemas > /dev/null
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
+
 
 %postun
 scrollkeeper-update
 update-desktop-database %{_datadir}/applications
+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)
@@ -97,6 +104,7 @@
 %{_datadir}/application-registry
 %{_datadir}/man/man*/*
 %{_datadir}/omf
+%{_datadir}/icons/hicolor/48x48/apps/gthumb.png
 
 %changelog
 * Sun May 28 2006 Matthias Clasen <mclasen at redhat.com> - 2.7.7-1




More information about the fedora-cvs-commits mailing list