rpms/ochusha/devel .cvsignore, 1.71, 1.72 ochusha.spec, 1.99, 1.100 sources, 1.71, 1.72

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Feb 27 17:07:25 UTC 2009


Author: mtasaka

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

Modified Files:
	.cvsignore ochusha.spec sources 
Log Message:
REALLY update gtk GTK icon cache script


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- .cvsignore	22 Feb 2009 16:01:24 -0000	1.71
+++ .cvsignore	27 Feb 2009 17:06:55 -0000	1.72
@@ -1 +1 @@
-ochusha-0.6.0.1-cvs20090223T0000.tar.bz2
+ochusha-0.6.0.1-cvs20090228T0000.tar.bz2


Index: ochusha.spec
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ochusha.spec	23 Feb 2009 21:37:23 -0000	1.99
+++ ochusha.spec	27 Feb 2009 17:06:55 -0000	1.100
@@ -16,7 +16,7 @@
 %define		help_url			file://%{_docdir}/%{name}-%{version}/doc/index.html
 
 %define		main_ver	0.6.0.1
-%define		codate		20090223
+%define		codate		20090228
 %define		cotime_JST	0000
 %define		strtag		cvs%{codate}T%{cotime_JST}
 %define		repoid		36733
@@ -189,17 +189,17 @@
 %{__rm} -rf %{buildroot}/
 
 %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
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 %files -f all.lang
 %defattr(-,root,root)
 %doc	ACKNOWLEDGEMENT AUTHORS 
@@ -220,7 +220,10 @@
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 
 %changelog
-* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+* Sat Feb 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- Update to the latest CVS
+
+* Sat Feb 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - GTK icon cache updating script update
 
 * Mon Feb 23 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/sources,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- sources	22 Feb 2009 16:01:26 -0000	1.71
+++ sources	27 Feb 2009 17:06:55 -0000	1.72
@@ -1 +1 @@
-70e72a76a59b3851273635d60e391507  ochusha-0.6.0.1-cvs20090223T0000.tar.bz2
+d200a57fdad293e39a11f91005c9b7b0  ochusha-0.6.0.1-cvs20090228T0000.tar.bz2




More information about the fedora-extras-commits mailing list