Fridrich Strba 2019-02-12 10:57:28 +00:00 committed by Git OBS Bridge
parent 516b3f5e65
commit 7a4efffbdc

View File

@ -1,7 +1,7 @@
#
# spec file for package rhino
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2000-2009, JPackage Project
#
# All modifications and additions to the file contributed by third parties
@ -50,7 +50,6 @@ BuildRequires: ant
BuildRequires: bea-stax-api
BuildRequires: java-devel >= 1.6
BuildRequires: javapackages-local
BuildRequires: jline
BuildRequires: xmlbeans-mini
#!BuildIgnore: antlr
#!BuildIgnore: antlr-java
@ -61,7 +60,6 @@ BuildRequires: xmlbeans-mini
#!BuildIgnore: xml-commons-jaxp-1.3-apis
#!BuildIgnore: xml-commons-resolver
Requires: bea-stax-api
Requires: jline
Requires: xmlbeans
BuildArch: noarch
@ -101,7 +99,7 @@ sed -i -e 's|^implementation.version: Rhino .* release .* \${implementation.date
%patch100 -b .gjc
%build
export CLASSPATH=$(build-classpath jline)
export CLASSPATH=
export OPT_JAR_LIST=:
%{ant} -v -d \
-Dxbean.jar=$(build-classpath xmlbeans/xbean | cut -d ':' -f 1) \