remove BuildRequires: rhino

This commit is contained in:
Fabio Valentini 2019-08-14 18:39:31 +02:00
parent e09ae5d5b0
commit 97e8ce19a4
2 changed files with 9 additions and 4 deletions

5
.gitignore vendored
View File

@ -1 +1,4 @@
bsf-src-2.4.0.tar.gz
/results_*
/*.src.rpm
/bsf-src-2.4.0.tar.gz

View File

@ -1,7 +1,7 @@
Name: bsf
Epoch: 0
Version: 2.4.0
Release: 33%{?dist}
Release: 34%{?dist}
Summary: Bean Scripting Framework
License: ASL 2.0
URL: http://commons.apache.org/bsf/
@ -17,7 +17,6 @@ BuildRequires: javapackages-local
BuildRequires: ant
BuildRequires: apache-parent
BuildRequires: xalan-j2
BuildRequires: rhino
BuildRequires: apache-commons-logging
%description
@ -62,7 +61,7 @@ find -name \*.jar -delete
%mvn_alias : org.apache.bsf:
%build
export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2)
export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2)
ant jar javadocs
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
@ -78,6 +77,9 @@ ant jar javadocs
%license LICENSE.txt NOTICE.txt
%changelog
* Wed Aug 14 2019 Fabio Valentini <decathorpe@gmail.com> - 0:2.4.0-34
- Remove BuildRequires: rhino.
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.4.0-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild