rpms/cairo-java/devel cairo-java.spec,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 23 19:36:20 UTC 2006


Author: bkonrath

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

Modified Files:
	cairo-java.spec 
Log Message:
Add -X to src zip and ensure Config.java has the same mod time across
platforms - needed for multilib.


Index: cairo-java.spec
===================================================================
RCS file: /cvs/dist/rpms/cairo-java/devel/cairo-java.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- cairo-java.spec	28 Apr 2006 20:09:02 -0000	1.26
+++ cairo-java.spec	23 May 2006 19:36:04 -0000	1.27
@@ -12,7 +12,7 @@
 
 %define	name_base	cairo-java
 %define	version		1.0.3
-%define release 	0
+%define release 	1
 # exclude while s390x is borked on beehive
 #ExcludeArch: s390x
 
@@ -66,7 +66,8 @@
 jarname=$(echo -n %{name_base} | cut -d - -f 1 | sed "s/^lib//")
 zipfile=$PWD/$jarname$jarversion-src-%{version}.zip
 pushd src/java
-zip -9 -r $zipfile $(find -name \*.java)
+find -name Config.java | xargs touch --date=1/1/1970
+zip -X -9 -r $zipfile . -i \*.java
 popd
 
 
@@ -113,6 +114,10 @@
 
 
 %changelog
+* Tue May 23 2006 Ben Konrath <bkonrath at redhat.com> - 1.0.3-1
+- Add -X to src zip and ensure Config.java has the same mod time across 
+  platforms - needed for multilib. 
+
 * Fri Apr 28 2006 Stepan Kasal <skasal at redhat.com>    - 1.0.3-0
 - New version.
 




More information about the fedora-cvs-commits mailing list