SPECS: openoffice.org.spec - Fixed ANT_HOME, at least for our ant-...

qrczak qrczak at pld-linux.org
Thu Mar 8 00:30:51 CET 2007


Author: qrczak                       Date: Wed Mar  7 23:30:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Fixed ANT_HOME, at least for our ant-1.7.0.

---- Files affected:
SPECS:
   openoffice.org.spec (1.717 -> 1.718) 

---- Diffs:

================================================================
Index: SPECS/openoffice.org.spec
diff -u SPECS/openoffice.org.spec:1.717 SPECS/openoffice.org.spec:1.718
--- SPECS/openoffice.org.spec:1.717	Tue Mar  6 03:17:15 2007
+++ SPECS/openoffice.org.spec	Thu Mar  8 00:30:45 2007
@@ -2081,9 +2081,9 @@
 export QTLIB="%{_libdir}"
 
 %if %{with java}
-export JAVA_HOME=%{java_home}
+export JAVA_HOME="%{java_home}"
 export DB_JAR="%{_javadir}/db.jar"
-export ANT_HOME=%{_prefix}
+export ANT_HOME="%{_datadir}/ant"
 %endif
 
 export DEFAULT_TO_ENGLISH_FOR_PACKING=1
@@ -2164,6 +2164,7 @@
 %if %{with java}
 	--with-java \
 	--with-jdk-home=$JAVA_HOME \
+	--with-ant-home=$ANT_HOME \
 %else
 	--without-java \
 	--with-system-libxslt \
@@ -3774,6 +3775,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.718  2007/03/07 23:30:45  qrczak
+- Fixed ANT_HOME, at least for our ant-1.7.0.
+
 Revision 1.717  2007/03/06 02:17:15  glen
 - AC-branch merge
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openoffice.org.spec?r1=1.717&r2=1.718&f=u



More information about the pld-cvs-commit mailing list