]> git.pld-linux.org Git - packages/beanshell.git/blame - beanshell.spec
- -javadoc R: jpackage-utils for parent dirs; rel 2
[packages/beanshell.git] / beanshell.spec
CommitLineData
7657c637
JB
1#
2# Conditional build:
3%bcond_without bsf # without BSF support
4#
19d66a0e
ER
5%define _beta b4
6%define _rel 2
7657c637
JB
7Summary: BeanShell - Lightweight Scripting for Java
8Summary(pl): BeanShell - lekkie skrypty dla Javy
9Name: beanshell
10Version: 2.0
19d66a0e 11Release: 0.%{_beta}.%{_rel}
7657c637
JB
12License: Sun Public License or LGPL
13Group: Development/Languages/Java
137b0c8d 14Source0: http://www.beanshell.org/bsh-%{version}%{_beta}-src.jar
c30801a8 15# Source0-md5: 49c9cc9872f26d562bffb1e5ec8aa377
7657c637 16URL: http://www.beanshell.org/
7f29f408 17BuildRequires: ant >= 1.3
19d66a0e 18%{?with_bsf:BuildRequires: bsf}
7657c637 19BuildRequires: jdk >= 1.3
c30801a8
JK
20BuildRequires: jpackage-utils
21BuildRequires: rpmbuild(macros) >= 1.300
c30801a8 22BuildRequires: servlet
19d66a0e 23BuildRequires: unzip
7657c637 24Requires: jre >= 1.1
f2db2d51 25BuildArch: noarch
c30801a8 26ExclusiveArch: i586 i686 pentium3 pentium4 athlon %{x8664} noarch
7657c637
JB
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30BeanShell is a small, free, embeddable Java source interpreter with
31object scripting language features, written in Java. BeanShell
32dynamically executes standard Java syntax and extends it with common
33scripting conveniences such as loose types, commands, and method
34closures like those in Perl and JavaScript.
35
36%description -l pl
37