SPECS: icedtea.spec - fix setup commend and printf workaround
arekm
arekm at pld-linux.org
Tue Mar 11 09:12:04 CET 2008
Author: arekm Date: Tue Mar 11 08:12:04 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix setup commend and printf workaround
---- Files affected:
SPECS:
icedtea.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/icedtea.spec
diff -u SPECS/icedtea.spec:1.10 SPECS/icedtea.spec:1.11
--- SPECS/icedtea.spec:1.10 Tue Mar 11 08:56:36 2008
+++ SPECS/icedtea.spec Tue Mar 11 09:11:59 2008
@@ -56,10 +56,12 @@
projektu GNU Classpath.
%prep
-# source1 should unpack itself into openjdk dir (it does that by default)
+# source1 should unpack itself into the same dir
+# as specified in --with-openjdk-src=
%setup -q -a1
-sed -i -e 's#^PRINTF.*=.*#PRINTF = /bin/printf#g' openjdk/jdk/make/common/shared/Defs-utils.gmk
+sed -i -e 's#^PRINTF.*=.*#PRINTF = /bin/printf#g' \
+ openjdk/*/make/common/shared/Defs-utils.gmk
%build
unset JAVA_HOME || :
@@ -93,6 +95,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2008-03-11 08:11:59 arekm
+- fix setup commend and printf workaround
+
Revision 1.10 2008-03-11 07:56:36 arekm
- require gcc-java 4.3; drop java-sun bcond (we need gcc one for ppc so java-sun isn't for us)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icedtea.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list