Accepting request 147385 from Java:packages
- remove xerces-j2-bootstrap depenency (bnc#789163) OBS-URL: https://build.opensuse.org/request/show/147385 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=20
This commit is contained in:
commit
90c44915d6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 7 12:18:22 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- remove xerces-j2-bootstrap depenency (bnc#789163)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 13:23:15 UTC 2012 - mvyskocil@suse.cz
|
Mon Jun 18 13:23:15 UTC 2012 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rhino
|
# spec file for package rhino
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2000-2009, JPackage Project
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -57,7 +57,8 @@ BuildRequires: bea-stax-api
|
|||||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||||
BuildRequires: jline
|
BuildRequires: jline
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: xerces-j2-bootstrap
|
#BuildRequires: xerces-j2-bootstrap
|
||||||
|
#!BuildIgnore: xerces-j2-bootstrap
|
||||||
BuildRequires: xmlbeans-mini
|
BuildRequires: xmlbeans-mini
|
||||||
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
|
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
|
||||||
#!BuildIgnore: antlr antlr-java
|
#!BuildIgnore: antlr antlr-java
|
||||||
@ -119,7 +120,7 @@ sed -i -e 's|^implementation.version: Rhino .* release .* \${implementation.date
|
|||||||
%build
|
%build
|
||||||
export CLASSPATH=$(build-classpath jline)
|
export CLASSPATH=$(build-classpath jline)
|
||||||
export OPT_JAR_LIST=:
|
export OPT_JAR_LIST=:
|
||||||
%{ant} \
|
%{ant} -v -d \
|
||||||
-Dxbean.jar=$(build-classpath xmlbeans/xbean) \
|
-Dxbean.jar=$(build-classpath xmlbeans/xbean) \
|
||||||
-Djsr173.jar=$(build-classpath bea-stax-api) \
|
-Djsr173.jar=$(build-classpath bea-stax-api) \
|
||||||
deepclean jar copy-all javadoc
|
deepclean jar copy-all javadoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user