]> git.pld-linux.org Git - packages/beanshell.git/commitdiff
- -javadoc R: jpackage-utils for parent dirs; rel 2 AC-branch AC-STABLE auto/ac/beanshell-2_0-0_b4_2 auto/th/beanshell-2_0-0_b4_2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 8 Dec 2006 01:01:55 +0000 (01:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beanshell.spec -> 1.7

beanshell.spec

index d22dd909ce483e48ba5c76036e6cfe9860dfa07a..11fce7f00f1f45115ae08a9274a3efd972ff652c 100644 (file)
@@ -2,24 +2,25 @@
 # Conditional build:
 %bcond_without bsf     # without BSF support
 #
+%define                _beta   b4
+%define                _rel    2
 Summary:       BeanShell - Lightweight Scripting for Java
 Summary(pl):   BeanShell - lekkie skrypty dla Javy
 Name:          beanshell
 Version:       2.0
-%define        _beta   b4
-Release:       0.%{_beta}.1
+Release:       0.%{_beta}.%{_rel}
 License:       Sun Public License or LGPL
 Group:         Development/Languages/Java
 Source0:       http://www.beanshell.org/bsh-%{version}%{_beta}-src.jar
 # Source0-md5: 49c9cc9872f26d562bffb1e5ec8aa377
 URL:           http://www.beanshell.org/
-%{?with_bsf:BuildRequires:     bsf}
 BuildRequires: ant >= 1.3
+%{?with_bsf:BuildRequires:     bsf}
 BuildRequires: jdk >= 1.3
 BuildRequires: jpackage-utils
 BuildRequires: rpmbuild(macros) >= 1.300
-BuildRequires: unzip
 BuildRequires: servlet
+BuildRequires: unzip
 Requires:      jre >= 1.1
 BuildArch:     noarch
 ExclusiveArch: i586 i686 pentium3 pentium4 athlon %{x8664} noarch
@@ -43,6 +44,7 @@ i dope
 Summary:       BeanShell API documentation
 Summary(pl):   Dokumentacja API BeanShell
 Group:         Documentation
+Requires:      jpackage-utils
 
 %description javadoc
 BeanShell API documentation.
@@ -51,13 +53,13 @@ BeanShell API documentation.
 Dokumentacja API BeanShell.
 
 %prep
-%setup -q -n BeanShell-%{version}%{_beta} 
+%setup -q -n BeanShell-%{version}%{_beta}
 
 %build
 export CLASSPATH="`build-classpath %{?with_bsf:bsf} servlet`"
 export JAVA_HOME="%{java_home}"
 
-ant jarall javadoc \
+%ant jarall javadoc \
        %{!?with_bsf:-Dexclude-bsf='bsh/util/BeanShellBSFEngine.java,TestBshBSF.java'}
 
 cp -R docs/manual/html manual
This page took 0.096357 seconds and 4 git commands to generate.