rpms/jd/F-9 .cvsignore, 1.345, 1.346 jd.spec, 1.392, 1.393 sources, 1.346, 1.347

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Feb 24 07:26:35 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/jd/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25064/F-9

Modified Files:
	.cvsignore jd.spec sources 
Log Message:
rev 2668


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jd/F-9/.cvsignore,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- .cvsignore	12 Feb 2009 14:56:48 -0000	1.345
+++ .cvsignore	24 Feb 2009 07:26:04 -0000	1.346
@@ -1 +1 @@
-jd-2.2.0-090212.tgz
+jd-2.3.0-svn2668_trunk.tgz


Index: jd.spec
===================================================================
RCS file: /cvs/extras/rpms/jd/F-9/jd.spec,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -r1.392 -r1.393
--- jd.spec	12 Feb 2009 14:56:48 -0000	1.392
+++ jd.spec	24 Feb 2009 07:26:04 -0000	1.393
@@ -9,11 +9,11 @@
 ##########################################
 # Defined by upsteam
 #
-%define         main_ver      2.2.0
-%define         strtag        090212
+%define         main_ver      2.3.0
+%define         strtag        svn2668_trunk
 %define         repoid        37528
 # Define this if this is pre-version
-%define         pre_release   0
+%define         pre_release   1
 ##########################################
 
 ##########################################
@@ -118,12 +118,16 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_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
 %defattr(-,root,root,-)
@@ -134,6 +138,12 @@
 %{icondir}/%{name}.png
 
 %changelog
+* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- rev 2668
+
+* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- GTK icon updating script update
+
 * Fri Feb 13 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.2.0-1
 - 2.2.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/jd/F-9/sources,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- sources	12 Feb 2009 14:56:48 -0000	1.346
+++ sources	24 Feb 2009 07:26:04 -0000	1.347
@@ -1 +1 @@
-dc1a95bab7ebaa7b139f3d67c41f4e40  jd-2.2.0-090212.tgz
+cf71963c38ffcd2564dcea7110052e37  jd-2.3.0-svn2668_trunk.tgz




More information about the scm-commits mailing list