]> git.pld-linux.org Git - packages/beanshell.git/commitdiff
- use java-gcj-compat-devel
authorpawelz <pawelz@pld-linux.org>
Wed, 4 Feb 2009 20:08:44 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not R: jre
- rel 4

Changed files:
    beanshell.spec -> 1.12

beanshell.spec

index c71fbefe90b4110843737e8cb3cdc49595fbb859..4a9bc1744f603663de547486dba08045fc466aba 100644 (file)
@@ -3,7 +3,7 @@
 %bcond_without bsf     # without BSF support
 #
 %define                _beta   b4
-%define                _rel    3
+%define                _rel    4
 %include       /usr/lib/rpm/macros.java
 Summary:       BeanShell - Lightweight Scripting for Java
 Summary(pl.UTF-8):     BeanShell - lekkie skrypty dla Javy
@@ -17,14 +17,13 @@ Source0:    http://www.beanshell.org/bsh-%{version}%{_beta}-src.jar
 URL:           http://www.beanshell.org/
 BuildRequires: ant >= 1.3
 %{?with_bsf:BuildRequires:     bsf}
-BuildRequires: jdk >= 1.3
+BuildRequires: java-gcj-compat-devel
 BuildRequires: jpackage-utils
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) >= 1.300
 BuildRequires: servlet
 BuildRequires: unzip
 Requires:      jpackage-utils
-Requires:      jre >= 1.1
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -62,6 +61,7 @@ required_jars="%{?with_bsf:bsf} servlet"
 export CLASSPATH=$(build-classpath $required_jars)
 
 %ant jarall javadoc \
+       -Dbuild.compiler=gcj \
        %{!?with_bsf:-Dexclude-bsf='bsh/util/BeanShellBSFEngine.java,TestBshBSF.java'}
 
 cp -R docs/manual/html manual
This page took 0.053648 seconds and 4 git commands to generate.