Build against glassfish-servlet-api
This commit is contained in:
parent
ea7ee22b62
commit
64d618f241
9
bsh.spec
9
bsh.spec
@ -32,7 +32,7 @@
|
||||
|
||||
Name: bsh
|
||||
Version: 2.0
|
||||
Release: 2.%{reltag}%{?dist}
|
||||
Release: 3.%{reltag}%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Lightweight Scripting for Java
|
||||
URL: http://www.beanshell.org/
|
||||
@ -50,7 +50,7 @@ BuildRequires: junit
|
||||
BuildRequires: javacc
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: servlet
|
||||
BuildRequires: glassfish-servlet-api
|
||||
Requires: java-headless
|
||||
Requires: bsf
|
||||
Requires: jline
|
||||
@ -113,7 +113,7 @@ sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/
|
||||
|
||||
%build
|
||||
mkdir lib
|
||||
build-jar-repository lib bsf javacc junit servlet
|
||||
build-jar-repository lib bsf javacc junit glassfish-servlet-api
|
||||
|
||||
ant test dist
|
||||
|
||||
@ -174,6 +174,9 @@ fi
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2017 Michael Simacek <msimacek@redhat.com> - 0:2.0-3.b6
|
||||
- Build against glassfish-servlet-api
|
||||
|
||||
* Thu Nov 24 2016 Michael Simacek <msimacek@redhat.com> - 0:2.0-2.b6
|
||||
- Install into expected location
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user