SPECS: openjdk.spec - new snapshot (build still fails on ac)

glen glen at pld-linux.org
Tue Apr 17 23:05:30 CEST 2007


Author: glen                         Date: Tue Apr 17 21:05:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new snapshot (build still fails on ac)

---- Files affected:
SPECS:
   openjdk.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/openjdk.spec
diff -u SPECS/openjdk.spec:1.6 SPECS/openjdk.spec:1.7
--- SPECS/openjdk.spec:1.6	Mon Apr 16 18:39:16 2007
+++ SPECS/openjdk.spec	Tue Apr 17 23:05:24 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO
+# - force our optflags for hotspot? (currently: -fno-rtti -fno-exceptions -fcheck-new -m32 -march=i586 -pipe -O3 -fno-strict-aliasing)
 # - all
 
 # class data version seen with file(1) that this jvm is able to load
@@ -11,12 +12,12 @@
 Release:	0.1
 License:	GPL v2
 Group:		Development/Languages/Java
-Source0:	http://www.java.net/download/openjdk/jdk7/promoted/b10/compiler-7-ea-src-b10-21_mar_2007.zip
-# Source0-md5:	a7be9da818adff098c00b00a983b0e40
-Source1:	http://www.java.net/download/openjdk/jdk7/promoted/b10/hotspot-7-ea-src-b10-21_mar_2007.zip
-# Source1-md5:	df51d7e061c3e97adf7a61a406c42d74
-Source2:	http://www.java.net/download/openjdk/jdk7/promoted/b10/jtreg_bin-3_2_2_01-fcs-bin-b03-21_Mar_2007.zip
-# Source2-md5:	1b501642684b7cfe8aff3fa60c5a2083
+Source0:	http://www.java.net/download/openjdk/jdk7/promoted/b11/compiler-7-ea-src-b11-10_apr_2007.zip
+# Source0-md5:	07d66408d68b41a7884cd2f176c41ce2
+Source1:	http://www.java.net/download/openjdk/jdk7/promoted/b11/hotspot-7-ea-src-b11-10_apr_2007.zip
+# Source1-md5:	55c9920bc0ce1b6459f09eb030b4d9d3
+Source2:	http://www.java.net/download/openjdk/jdk7/promoted/b11/jtreg_bin-3_2_2_01-fcs-bin-b03-10_Apr_2007.zip
+# Source2-md5:	185807a77cd29792f58291f42f6b25ac
 Source3:	Test.java
 URL:		https://openjdk.dev.java.net/
 BuildRequires:	ant
@@ -51,7 +52,12 @@
 
 %build
 # HotSpot
+HOTSPOT_BUILD_JOBS="%(echo "%{__make}" | sed -e 's#.*-j\([[:space:]]*[0-9]\+\)#\1#g')"
+[ "$HOTSPOT_BUILD_JOBS" = "%{__make}" ] && HOTSPOT_BUILD_JOBS=1
+HOTSPOT_BUILD_JOBS=$(echo $HOTSPOT_BUILD_JOBS)
+
 %{__make} \
+	-j1 HOTSPOT_BUILD_JOBS=$HOTSPOT_BUILD_JOBS \
 	-C hotspot/make \
 	ALT_BOOTDIR=%{java_home} \
 %ifarch %{x8664}
@@ -94,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/04/17 21:05:24  glen
+- new snapshot (build still fails on ac)
+
 Revision 1.6  2007/04/16 16:39:16  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openjdk.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list