rpms/nimbus/F-11 nimbus.spec,1.4,1.5

Christoph Wickert cwickert at fedoraproject.org
Sun Nov 22 21:33:41 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/nimbus/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4345/F-11

Modified Files:
	nimbus.spec 
Log Message:
* Sun Nov 22 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.4-2
- Fix srciptlets of nimbus-icon-theme



Index: nimbus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nimbus/F-11/nimbus.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- nimbus.spec	22 Nov 2009 16:42:33 -0000	1.4
+++ nimbus.spec	22 Nov 2009 21:33:41 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:           nimbus
 Version:        0.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Desktop theme originally from Sun
 
 Group:          User Interface/Desktops
@@ -119,18 +119,18 @@ find $RPM_BUILD_ROOT%{_datadir}/icons/ni
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
+%post -n nimbus-icon-theme
 touch --no-create %{_datadir}/icons/nimbus &>/dev/null || :
 
 
-%postun
+%postun -n nimbus-icon-theme
 if [ $1 -eq 0 ] ; then
 	 touch --no-create %{_datadir}/icons/nimbus &>/dev/null
 	 gtk-update-icon-cache %{_datadir}/icons/nimbus &>/dev/null || :
 fi
 
 
-%posttrans
+%posttrans -n nimbus-icon-theme
 gtk-update-icon-cache %{_datadir}/icons/nimbus &>/dev/null || :
 
 
@@ -176,6 +176,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/themes/light-nimbus/index.theme
 
 %changelog
+* Sun Nov 22 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.4-2
+- Fix srciptlets of nimbus-icon-theme
+
 * Sun Nov 22 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.4-1
 - Update to 0.1.4
 




More information about the fedora-extras-commits mailing list