SPECS: antlr.spec - explicit java/javac/jar arguments for both cases

qboosh qboosh at pld-linux.org
Mon May 22 00:39:38 CEST 2006


Author: qboosh                       Date: Sun May 21 22:39:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- explicit java/javac/jar arguments for both cases

---- Files affected:
SPECS:
   antlr.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/antlr.spec
diff -u SPECS/antlr.spec:1.38 SPECS/antlr.spec:1.39
--- SPECS/antlr.spec:1.38	Fri May 19 23:49:17 2006
+++ SPECS/antlr.spec	Mon May 22 00:39:33 2006
@@ -102,8 +102,8 @@
 	--enable-cxx \
 	%{?with_dotnet:--enable-csharp} \
 	%{!?with_dotnet:--disable-csharp} \
-	%{!?with_gcj:CLASSPATH=`pwd` --with-javac=javac} \
-	%{?with_gcj:--with-javac=gcj --with-jar=fastjar}
+	%{!?with_gcj:CLASSPATH=`pwd` --with-java=java --with-javac=javac --with-jar=jar} \
+	%{?with_gcj:--with-java=gij --with-javac=gcj --with-jar=fastjar}
 
 %{__make}
 
@@ -163,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/05/21 22:39:33  qboosh
+- explicit java/javac/jar arguments for both cases
+
 Revision 1.38  2006/05/19 21:49:17  twittner
 - add BR: libstdc++-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/antlr.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list