SPECS: higlayout.spec - reset CLASSPATH for javadoc so GNUstep pat...

glen glen at pld-linux.org
Thu Nov 22 00:54:32 CET 2007


Author: glen                         Date: Wed Nov 21 23:54:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reset CLASSPATH for javadoc so GNUstep paths won't cause side-effects on builders

---- Files affected:
SPECS:
   higlayout.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/higlayout.spec
diff -u SPECS/higlayout.spec:1.12 SPECS/higlayout.spec:1.13
--- SPECS/higlayout.spec:1.12	Wed Nov 21 23:23:51 2007
+++ SPECS/higlayout.spec	Thu Nov 22 00:54:26 2007
@@ -1,9 +1,6 @@
 # $Revision$, $Date$
-# TODO:
-# - java docs doesn't build on builders
-#
 # Conditional build:
-%bcond_with	javadoc		# don't build javadoc
+%bcond_without	javadoc		# don't build javadoc
 #
 %include	/usr/lib/rpm/macros.java
 Summary:	Easy to use and powerful layout manager for Java
@@ -61,7 +58,7 @@
 
 %build
 %if %{with javadoc}
-%javadoc -link %{_javadocdir}/java -d apidoc cz.autel.dmi
+CLASSPATH=. %javadoc -link %{_javadocdir}/java -d apidoc cz.autel.dmi
 %endif
 %javac -source 1.4 cz/autel/dmi/*.java
 %jar cf %{name}.jar cz/autel/dmi/*.class
@@ -112,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2007-11-21 23:54:26  glen
+- reset CLASSPATH for javadoc so GNUstep paths won't cause side-effects on builders
+
 Revision 1.12  2007-11-21 22:23:51  glen
 - we don't package common licenses
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/higlayout.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list