SHA256
1
0
forked from pool/bsf

- Remove jython from dependencies, not needed

OBS-URL: https://build.opensuse.org/package/show/Java:packages/bsf?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2017-05-20 18:40:17 +00:00
committed by Git OBS Bridge
parent 132751fa45
commit a48161b769
2 changed files with 6 additions and 3 deletions

View File

@@ -34,9 +34,7 @@ BuildRequires: apache-commons-logging
BuildRequires: java-devel
BuildRequires: javapackages-local
BuildRequires: javapackages-tools
BuildRequires: jython
BuildRequires: rhino
#!BuildIgnore: mysql-connector-java
BuildRequires: xalan-j2
BuildRequires: xml-commons-apis
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -94,7 +92,7 @@ rm -fr bsf
%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2 jython servlet jspapi)
export CLASSPATH=$(build-classpath apache-commons-logging rhino xalan-j2 servlet jspapi)
ant jar
rm -rf bsf/src/org/apache/bsf/engines/java
ant javadocs