diff --git a/bsf.spec b/bsf.spec index 1ba6eda..c38b531 100644 --- a/bsf.spec +++ b/bsf.spec @@ -30,7 +30,7 @@ Name: bsf Version: 2.4.0 -Release: 13%{?dist} +Release: 14%{?dist} Epoch: 0 Summary: Bean Scripting Framework License: ASL 2.0 @@ -43,7 +43,6 @@ Patch1: build.properties.patch BuildRequires: jpackage-utils >= 1.6 BuildRequires: ant BuildRequires: xalan-j2 -BuildRequires: jython BuildRequires: rhino BuildRequires: apache-commons-logging Requires: xalan-j2 @@ -96,7 +95,7 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %build [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java -export CLASSPATH=$(build-classpath apache-commons-logging jython xalan-j2 rhino) +export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2 rhino) ant jar %{__rm} -rf bsf/src/org/apache/bsf/engines/java ant javadocs @@ -129,6 +128,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || : %{_javadocdir}/%{name} %changelog +* Tue Nov 20 2012 Mikolaj Izdebski - 0:2.4.0-14 +- Remove unneeded BR: jython + * Wed Jul 18 2012 Fedora Release Engineering - 0:2.4.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild