SPECS: jacl.spec - drop unneccessary unset JAVA_HOME

glen glen at pld-linux.org
Sun May 21 18:18:57 CEST 2006


Author: glen                         Date: Sun May 21 16:18:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop unneccessary unset JAVA_HOME

---- Files affected:
SPECS:
   jacl.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/jacl.spec
diff -u SPECS/jacl.spec:1.5 SPECS/jacl.spec:1.6
--- SPECS/jacl.spec:1.5	Sun May 21 17:56:11 2006
+++ SPECS/jacl.spec	Sun May 21 18:18:52 2006
@@ -15,8 +15,8 @@
 Source0:	http://dl.sourceforge.net/tcljava/%{name}%{version}.tar.gz
 # Source0-md5:	44ec6149e1664d4fc13651e9288dd2b6
 URL:		http://tcljava.sourceforge.net/
-%{!?with_javac:BuildRequires:  jikes}
 BuildRequires:	jdk
+%{!?with_javac:BuildRequires:  jikes}
 BuildRequires:	sed >= 4.0
 BuildArch:	noarch
 ExclusiveArch:	i586 i686 pentium3 pentium4 athlon %{x8664} noarch
@@ -57,13 +57,12 @@
 
 %build
 unset CLASSPATH || :
-unset JAVA_HOME || :
-export JAVA_HOME="%{java_home}" 
+export JAVA_HOME="%{java_home}"
 %configure2_13 \
-       %{?with_javac:--without-jikes} \
+	   %{?with_javac:--without-jikes} \
 	--with-jdk="%{java_home}"
 %{__make} \
-       %{?with_javac:JAVAC_FLAGS="-g -source 1.4"}
+	   %{?with_javac:JAVAC_FLAGS="-g -source 1.4"}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -93,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/05/21 16:18:52  glen
+- drop unneccessary unset JAVA_HOME
+
 Revision 1.5  2006/05/21 15:56:11  jajcus
 - Version: 1.3.2
 - use jpackage and current jdk location
================================================================

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



More information about the pld-cvs-commit mailing list