Author: pawelz Date: Thu Feb 5 15:55:08 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: antlr - set SHELL variable. javadoc calls shell via this variable.
---- Files affected: SPECS: beanshell.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/beanshell.spec diff -u SPECS/beanshell.spec:1.12 SPECS/beanshell.spec:1.13 --- SPECS/beanshell.spec:1.12 Wed Feb 4 21:08:44 2009 +++ SPECS/beanshell.spec Thu Feb 5 16:55:02 2009 @@ -17,6 +17,7 @@ # Source0-md5: 49c9cc9872f26d562bffb1e5ec8aa377 URL: http://www.beanshell.org/ BuildRequires: ant >= 1.3 +BuildRequires: antlr %{?with_bsf:BuildRequires: bsf} BuildRequires: java-gcj-compat-devel BuildRequires: jpackage-utils @@ -60,6 +61,8 @@ %build required_jars="%{?with_bsf:bsf} servlet" export CLASSPATH=$(build-classpath $required_jars) +# javadoc calls shell via this variable +export SHELL=/bin/sh %ant jarall javadoc \ -Dbuild.compiler=gcj \ @@ -101,6 +104,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2009/02/05 15:55:02 pawelz +- BR: antlr +- set SHELL variable. javadoc calls shell via this variable. + Revision 1.12 2009/02/04 20:08:44 pawelz - use java-gcj-compat-devel - do not R: jre ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/beanshell.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
