rpms/glib-java/devel glib-java.spec,1.31,1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 24 13:42:15 UTC 2006


Author: bkonrath

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

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


Index: glib-java.spec
===================================================================
RCS file: /cvs/dist/rpms/glib-java/devel/glib-java.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- glib-java.spec	23 May 2006 19:40:58 -0000	1.31
+++ glib-java.spec	24 May 2006 13:42:13 -0000	1.32
@@ -15,7 +15,7 @@
 Summary:   Base Library for the Java-GNOME libraries 
 Name:      %{java_pkg_prefix}%{name_base}
 Version:   0.2.4
-Release:   3
+Release:   4
 URL:       http://java-gnome.sourceforge.net
 Source0:   %{name_base}-%{version}.tar.gz
 License:   LGPL
@@ -71,7 +71,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
 
@@ -118,6 +118,9 @@
 %{_datadir}/java/*.zip
 
 %changelog
+* Wed May 24 2006 Ben Konrath <bkonrath at redhat.com> - 0.2.4-4
+- Change mod time of all java source files for the src zip.
+
 * Thu May 18 2006 Ben Konrath <bkonrath at redhat.com> - 0.2.4-3
 - Ensure Config.java has the same mod time accross rebuilds (needed for 
   multilib). 




More information about the fedora-cvs-commits mailing list