rpms/java-1.4.2-gcj-compat/devel java-1.4.2-gcj-compat.spec, 1.146, 1.147

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 7 22:16:52 UTC 2006


Author: fitzsim

Update of /cvs/dist/rpms/java-1.4.2-gcj-compat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10247

Modified Files:
	java-1.4.2-gcj-compat.spec 
Log Message:
* Wed Jun  7 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.4.2.0-40jpp_84rh
- Fix ppc64 file system corruption workaround.




Index: java-1.4.2-gcj-compat.spec
===================================================================
RCS file: /cvs/dist/rpms/java-1.4.2-gcj-compat/devel/java-1.4.2-gcj-compat.spec,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- java-1.4.2-gcj-compat.spec	4 Mar 2006 02:15:45 -0000	1.146
+++ java-1.4.2-gcj-compat.spec	7 Jun 2006 22:16:50 -0000	1.147
@@ -21,7 +21,7 @@
 
 %define name		java-%{javaver}-%{origin}-compat
 %define version		%{javaver}.%{buildver}
-%define release 	40jpp_83rh
+%define release 	40jpp_84rh
 %define cname           java-%{javaver}-%{origin}
 %define bcarchivever	131
 %define bcfullver	1.31
@@ -302,7 +302,7 @@
 mkdir docsbuild
 pushd docsbuild
 # work around ppc64 file system corruption
-  if unzip -tq /usr/share/java/src-4.1.0.zip
+  if unzip -tq /usr/share/java/src-`gij%{gccsuffix} --version | head -n 2 | tail -n 1 | awk '{ print $5 }'`.zip
   then
     fastjar xvf /usr/share/java/src-`gij%{gccsuffix} --version | head -n 2 | tail -n 1 | awk '{ print $5 }'`.zip
     rm -rf gnu
@@ -640,6 +640,9 @@
 %ghost %doc %{_javadocdir}/java
 
 %changelog
+* Wed Jun  7 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.4.2.0-40jpp_84rh
+- Fix ppc64 file system corruption workaround.
+
 * Fri Mar  3 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.4.2.0-40jpp_83rh
 - Make javadoc post scriplet pass unconditionally.
 - Force symlinks in javadoc post scriptlet.




More information about the fedora-cvs-commits mailing list