rpms/jd/devel .cvsignore, 1.337, 1.338 jd.spec, 1.395, 1.396 sources, 1.338, 1.339

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Feb 23 17:32:04 UTC 2009


Author: mtasaka

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

Modified Files:
	.cvsignore jd.spec sources 
Log Message:
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
- rev 2668



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- .cvsignore	12 Feb 2009 14:56:48 -0000	1.337
+++ .cvsignore	23 Feb 2009 17:31:34 -0000	1.338
@@ -1 +1 @@
-jd-2.2.0-090212.tgz
+jd-2.3.0-svn2668_trunk.tgz


Index: jd.spec
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -r1.395 -r1.396
--- jd.spec	12 Feb 2009 14:56:48 -0000	1.395
+++ jd.spec	23 Feb 2009 17:31:34 -0000	1.396
@@ -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/devel/sources,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- sources	12 Feb 2009 14:56:49 -0000	1.338
+++ sources	23 Feb 2009 17:31:34 -0000	1.339
@@ -1 +1 @@
-dc1a95bab7ebaa7b139f3d67c41f4e40  jd-2.2.0-090212.tgz
+cf71963c38ffcd2564dcea7110052e37  jd-2.3.0-svn2668_trunk.tgz




More information about the fedora-extras-commits mailing list