- 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:
committed by
Git OBS Bridge
parent
132751fa45
commit
a48161b769
4
bsf.spec
4
bsf.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user