|
|
Author: bkonrath
Index: libgconf-java.spec
===================================================================
RCS file: /cvs/dist/rpms/libgconf-java/devel/libgconf-java.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libgconf-java.spec 1 Mar 2006 22:05:51 -0000 1.23
+++ libgconf-java.spec 23 May 2006 20:13:48 -0000 1.24
@@ -12,7 +12,7 @@
%define name_base libgconf-java
%define version 2.12.1.0.20060301.rh1
-%define release 0
+%define release 1
Summary: Java bindings for GConf
Name: %{java_pkg_prefix}%{name_base}
@@ -63,7 +63,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
%install
@@ -106,6 +107,10 @@
%{_datadir}/java/*.zip
%changelog
+* Tue May 23 2006 Ben Konrath <bkonrath@xxxxxxxxxx> - 1.0.3-1
+- Add -X to src zip and ensure Config.java has the same mod time across
+ platforms - needed for multilib.
+
* Wed Mar 01 2006 Adam Jocksch <ajocksch@xxxxxxxxxx> - 2.12.1.0.20060301.rh1-0
- Imported new tarball to address bg #183538, updated dependancies.
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|