rpms/fantasdic/devel fantasdic.spec,1.2,1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Feb 23 22:37:23 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/fantasdic/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4465/fantasdic/devel

Modified Files:
	fantasdic.spec 
Log Message:
Mass rebuild + etc


Index: fantasdic.spec
===================================================================
RCS file: /cvs/extras/rpms/fantasdic/devel/fantasdic.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fantasdic.spec	10 Sep 2008 15:01:39 -0000	1.2
+++ fantasdic.spec	23 Feb 2009 22:36:52 -0000	1.3
@@ -5,7 +5,7 @@
 %define		betaver		beta6
 %define		rubyabi		1.8
 
-%define		fedorarel	2
+%define		fedorarel	3
 
 
 %define		fullrel		%{?betaver:0.}%{fedorarel}%{?betaver:.%betaver}
@@ -118,18 +118,23 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
-fi
 scrollkeeper-update -q -o %{_datadir}/omf/%{name}
 exit 0
 
 %postun
+scrollkeeper-update -q
+[ $1 -eq 0 ] || exit 0
+
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
 	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
-scrollkeeper-update -q
+exit 0
+
+%posttrans
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
 exit 0
 
 %files	-f %{name}.lang 
@@ -161,6 +166,9 @@
 
 
 %changelog
+* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.0-0.3.beta6
+- GTK icon cache updating script update
+
 * Wed Sep 10 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.0-0.2.beta6
 - 1.0 beta6
 




More information about the fedora-extras-commits mailing list