SPECS: jython.spec - drop unneccessary unset JAVA_HOME

glen glen at pld-linux.org
Sun May 21 19:37:35 CEST 2006


Author: glen                         Date: Sun May 21 17:37:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- drop unneccessary unset JAVA_HOME

---- Files affected:
SPECS:
   jython.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/jython.spec
diff -u SPECS/jython.spec:1.14 SPECS/jython.spec:1.15
--- SPECS/jython.spec:1.14	Sun May 21 19:15:46 2006
+++ SPECS/jython.spec	Sun May 21 19:37:30 2006
@@ -87,7 +87,6 @@
 
 %build
 unset CLASSPATH || :
-unset JAVA_HOME || :
 export JAVA_HOME="%{java_home}" 
 java -classpath . jython-21 -o . demo lib source
 
@@ -108,7 +107,6 @@
 ln -sf /var/cache/%{name} $RPM_BUILD_ROOT%{_datadir}/%{name}/cachedir
 
 unset CLASSPATH || :
-unset JAVA_HOME || :
 export JAVA_HOME="%{java_home}" 
 
 cat >$RPM_BUILD_ROOT/%{_bindir}/%{name} <<EOF
@@ -172,6 +170,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/05/21 17:37:30  glen
+- drop unneccessary unset JAVA_HOME
+
 Revision 1.14  2006/05/21 17:15:46  jajcus
 - Release: 6
 - user jpackage-utils for Java paths
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jython.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list