SPECS: java-log4j.spec - really use java-sun if defined

paszczus paszczus at pld-linux.org
Sat Mar 28 20:53:07 CET 2009


Author: paszczus                     Date: Sat Mar 28 19:53:07 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- really use java-sun if defined

---- Files affected:
SPECS:
   java-log4j.spec (1.49 -> 1.50) 

---- Diffs:

================================================================
Index: SPECS/java-log4j.spec
diff -u SPECS/java-log4j.spec:1.49 SPECS/java-log4j.spec:1.50
--- SPECS/java-log4j.spec:1.49	Sat Mar 28 20:36:18 2009
+++ SPECS/java-log4j.spec	Sat Mar 28 20:53:01 2009
@@ -100,13 +100,14 @@
 %build
 required_jars="mail activation %{?with_jms:jms} %{?with_jmx:jmx jmxtools}"
 CLASSPATH=$(build-classpath $required_jars); export CLASSPATH
-%ant -Dbuild.compiler=gcj -Dbuild.rmic=forking jar javadoc
+#%ant -Dbuild.compiler=extJavac -Dbuild.rmic=forking jar javadoc
+%ant jar javadoc
 
 %if %{with tests}
 cd tests
 CLASSPATH=$(build-classpath junit)
 export CLASSPATH
-%ant -Dbuild.compiler=gcj build runAll
+%ant build runAll
 %endif
 
 %install
@@ -145,6 +146,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.50  2009/03/28 19:53:01  paszczus
+- really use java-sun if defined
+
 Revision 1.49  2009/03/28 19:36:18  paszczus
 - added bcond java_sun
 - added conditional bcond for Titanium
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-log4j.spec?r1=1.49&r2=1.50&f=u



More information about the pld-cvs-commit mailing list