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