This commit is contained in:
parent
516b3f5e65
commit
7a4efffbdc
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rhino
|
# 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
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -50,7 +50,6 @@ BuildRequires: ant
|
|||||||
BuildRequires: bea-stax-api
|
BuildRequires: bea-stax-api
|
||||||
BuildRequires: java-devel >= 1.6
|
BuildRequires: java-devel >= 1.6
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: jline
|
|
||||||
BuildRequires: xmlbeans-mini
|
BuildRequires: xmlbeans-mini
|
||||||
#!BuildIgnore: antlr
|
#!BuildIgnore: antlr
|
||||||
#!BuildIgnore: antlr-java
|
#!BuildIgnore: antlr-java
|
||||||
@ -61,7 +60,6 @@ BuildRequires: xmlbeans-mini
|
|||||||
#!BuildIgnore: xml-commons-jaxp-1.3-apis
|
#!BuildIgnore: xml-commons-jaxp-1.3-apis
|
||||||
#!BuildIgnore: xml-commons-resolver
|
#!BuildIgnore: xml-commons-resolver
|
||||||
Requires: bea-stax-api
|
Requires: bea-stax-api
|
||||||
Requires: jline
|
|
||||||
Requires: xmlbeans
|
Requires: xmlbeans
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -101,7 +99,7 @@ sed -i -e 's|^implementation.version: Rhino .* release .* \${implementation.date
|
|||||||
%patch100 -b .gjc
|
%patch100 -b .gjc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CLASSPATH=$(build-classpath jline)
|
export CLASSPATH=
|
||||||
export OPT_JAR_LIST=:
|
export OPT_JAR_LIST=:
|
||||||
%{ant} -v -d \
|
%{ant} -v -d \
|
||||||
-Dxbean.jar=$(build-classpath xmlbeans/xbean | cut -d ':' -f 1) \
|
-Dxbean.jar=$(build-classpath xmlbeans/xbean | cut -d ':' -f 1) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user