rpms/libvte-java/devel libvte-java.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 13:50:57 UTC 2006


Author: bkonrath

Update of /cvs/dist/rpms/libvte-java/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10805

Modified Files:
	libvte-java.spec 
Log Message:
Change mod time of all java source files for the src zip.


Index: libvte-java.spec
===================================================================
RCS file: /cvs/dist/rpms/libvte-java/devel/libvte-java.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libvte-java.spec	23 May 2006 20:27:36 -0000	1.14
+++ libvte-java.spec	24 May 2006 13:50:54 -0000	1.15
@@ -1,7 +1,7 @@
 Summary:   Wrapper library for GNOME VTE
 Name:      libvte-java 
 Version:   0.11.11.0.20060301.rh1
-Release:   3
+Release:   4
 URL:       http://java-gnome.sourceforge.net
 Source0:   %{name}-%{version}.tar.gz
 License:   LGPL
@@ -55,7 +55,7 @@
 jarname=$(echo -n %{name} | cut -d - -f 1 | sed "s/^lib//")
 zipfile=$PWD/$jarname$jarversion-src-%{version}.zip
 pushd src/java
-find -name \*Config.java | xargs touch --date=1/1/1970
+find -name \*.java | xargs touch --date=1/1/1970
 zip -X -9 -r $zipfile . -i \*.java
 popd
 
@@ -98,6 +98,9 @@
 %{_datadir}/java/*.zip
 
 %changelog
+* Wed May 24 2006 Ben Konrath <bkonrath at redhat.com> - 0.11.11.0.20060301.rh1-4
+- Change mod time of all java source files for the src zip.
+
 * Tue May 23 2006 Ben Konrath <bkonrath at redhat.com> -  0.11.11.0.20060301.rh1-3
 - Add -X to src zip and ensure Config.java has the same mod time across
   platforms - needed for multilib.




More information about the fedora-cvs-commits mailing list