rpms/exo/devel exo.spec,1.17,1.18

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 6 02:36:53 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/exo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17385

Modified Files:
	exo.spec 
Log Message:
Added gtk-update-icon-cache



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- exo.spec	5 Oct 2006 02:19:43 -0000	1.17
+++ exo.spec	6 Oct 2006 02:36:53 -0000	1.18
@@ -3,7 +3,7 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.1.10
-Release: 0.4.rc1%{?dist}
+Release: 0.5.rc1%{?dist}
 License: LGPL
 URL: http://xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/exo-0.3.1.10rc1.tar.bz2
@@ -65,9 +65,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+/sbin/ldconfig
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+/sbin/ldconfig
 
 %files -f libexo-0.3.lang
 %defattr(-,root,root,-)
@@ -105,6 +111,9 @@
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Thu Oct  5 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.10-0.5.rc1
+- Added gtk-update-icon-cache
+
 * Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 0.3.1.10-0.4.rc1
 - Bump release for devel checkin
 




More information about the fedora-extras-commits mailing list