From 97e8ce19a4fa19b704ad11d401073b14951fc010 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 14 Aug 2019 18:39:31 +0200 Subject: [PATCH] remove BuildRequires: rhino --- .gitignore | 5 ++++- bsf.spec | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b3737a9..788ee07 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -bsf-src-2.4.0.tar.gz +/results_* +/*.src.rpm + +/bsf-src-2.4.0.tar.gz diff --git a/bsf.spec b/bsf.spec index e7d871a..526e4fe 100644 --- a/bsf.spec +++ b/bsf.spec @@ -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 - 0:2.4.0-34 +- Remove BuildRequires: rhino. + * Wed Jul 24 2019 Fedora Release Engineering - 0:2.4.0-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild