rpms/libglade-java/devel libglade-java.spec,1.33,1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 13:47:52 UTC 2006


Author: bkonrath

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

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


Index: libglade-java.spec
===================================================================
RCS file: /cvs/dist/rpms/libglade-java/devel/libglade-java.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- libglade-java.spec	23 May 2006 20:00:56 -0000	1.33
+++ libglade-java.spec	24 May 2006 13:47:50 -0000	1.34
@@ -12,7 +12,7 @@
 
 %define	name_base	libglade-java
 %define	version		2.12.3
-%define release 	1
+%define release 	2
 
 Summary:	Java bindings for libglade
 Name:		%{java_pkg_prefix}%{name_base}
@@ -69,7 +69,7 @@
 jarname=$(echo -n %{name_base} | 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
 
@@ -114,6 +114,9 @@
 %{_datadir}/java/*.zip
 
 %changelog
+* Wed May 24 2006 Ben Konrath <bkonrath at redhat.com> - 2.12.3-2
+- Change mod time of all java source files for the src zip.
+
 * Tue May 23 2006 Ben Konrath <bkonrath at redhat.com> - 2.12.3-1
 - 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