]> git.pld-linux.org Git - packages/beanshell.git/commitdiff
- BR: antlr
authorpawelz <pawelz@pld-linux.org>
Thu, 5 Feb 2009 15:55:02 +0000 (15:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- set SHELL variable. javadoc calls shell via this variable.

Changed files:
    beanshell.spec -> 1.13

beanshell.spec

index 4a9bc1744f603663de547486dba08045fc466aba..e4efba960b7ff8281cda342e2b070e58ef34b459 100644 (file)
@@ -16,6 +16,7 @@ Source0:      http://www.beanshell.org/bsh-%{version}%{_beta}-src.jar
 # 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
@@ -59,6 +60,8 @@ Dokumentacja API BeanShell.
 %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 \
This page took 0.034539 seconds and 4 git commands to generate.