]> git.pld-linux.org Git - packages/beanshell.git/blame - beanshell.spec
- BR: unzip
[packages/beanshell.git] / beanshell.spec
CommitLineData
7657c637
JB
1#
2# Conditional build:
3%bcond_without bsf # without BSF support
4#
5Summary: BeanShell - Lightweight Scripting for Java
6Summary(pl): BeanShell - lekkie skrypty dla Javy
7Name: beanshell
8Version: 2.0
9Release: 0.b2.1
10License: Sun Public License or LGPL
11Group: Development/Languages/Java
12Source0: http://www.beanshell.org/bsh-%{version}b2-src.jar
13# Source0-md5: f9c938446e5d97b74fd37f3bdbebf84a
14Patch0: %{name}-jdk1.5.patch
15URL: http://www.beanshell.org/
16%{?with_bsf:BuildRequires: bsf}
17BuildRequires: jakarta-ant >= 1.3
18BuildRequires: jdk >= 1.3
3898d2a8 19BuildRequires: unzip
7657c637
JB
20Requires: jre >= 1.1
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24BeanShell is a small, free, embeddable Java source interpreter with
25object scripting language features, written in Java. BeanShell
26dynamically executes standard Java syntax and extends it with common
27scripting conveniences such as loose types, commands, and method
28closures like those in Perl and JavaScript.
29
30%description -l pl
31