Install into expected location

This commit is contained in:
Michael Simacek 2016-11-24 12:50:06 +01:00
parent 9a27cb9c42
commit ea7ee22b62

View File

@ -32,7 +32,7 @@
Name: bsh Name: bsh
Version: 2.0 Version: 2.0
Release: 1.%{reltag}%{?dist} Release: 2.%{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/
@ -109,6 +109,8 @@ sed -i 's,org.apache.xalan.xslt.extensions.Redirect,http://xml.apache.org/xalan/
%mvn_alias :bsh bsh:bsh bsh:bsh-bsf org.beanshell:bsh %mvn_alias :bsh bsh:bsh bsh:bsh-bsf org.beanshell:bsh
%mvn_file : %{name}
%build %build
mkdir lib mkdir lib
build-jar-repository lib bsf javacc junit servlet build-jar-repository lib bsf javacc junit servlet
@ -172,6 +174,9 @@ fi
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Thu Nov 24 2016 Michael Simacek <msimacek@redhat.com> - 0:2.0-2.b6
- Install into expected location
* Thu Nov 24 2016 Michael Simacek <msimacek@redhat.com> - 0:2.0-1.b6 * Thu Nov 24 2016 Michael Simacek <msimacek@redhat.com> - 0:2.0-1.b6
- Update to upstream version 2.0.b6 - Update to upstream version 2.0.b6