rpms/evince/devel evince.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 23 04:28:04 UTC 2006


Author: krh

Update of /cvs/dist/rpms/evince/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29764

Modified Files:
	evince.spec 
Log Message:
* Mon May 22 2006 Kristian Høgsberg <krh at redhat.com> 0.5.3-1
- Bump poppler_version to 0.5.2.
- Package icons and add %post and %postun script to update icon cache.



Index: evince.spec
===================================================================
RCS file: /cvs/dist/rpms/evince/devel/evince.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- evince.spec	23 May 2006 03:38:30 -0000	1.48
+++ evince.spec	23 May 2006 04:28:00 -0000	1.49
@@ -88,6 +88,12 @@
 update-desktop-database &> /dev/null ||:
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+fi
+
+
 
 %preun
 if [ "$1" -eq 0 ]; then
@@ -105,6 +111,11 @@
 update-desktop-database &> /dev/null ||:
 scrollkeeper-update -q || :
 
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+fi
+
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -116,11 +127,13 @@
 %{_sysconfdir}/gconf/schemas/*.schemas
 %{_datadir}/gnome/help/%{name}/
 %{_datadir}/omf/%{name}/
+%{_datadir}/icons/hicolor/*
 
 
 %changelog
 * Mon May 22 2006 Kristian Høgsberg <krh at redhat.com> 0.5.3-1
 - Bump poppler_version to 0.5.2.
+- Package icons and add %post and %postun script to update icon cache.
 
 * Wed May 17 2006 Matthias Clasen <mclasen at redhat.com> - 0.5.3-1
 - Update to 0.5.3




More information about the fedora-cvs-commits mailing list