Accepting request 456430 from home:dimstar:Factory

- Revert back to using gcj: it is going to stay around for a while
  longer and it helps avoiding bootstrap cycles.

OBS-URL: https://build.opensuse.org/request/show/456430
OBS-URL: https://build.opensuse.org/package/show/Java:packages/rhino?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal 2017-02-11 21:47:23 +00:00 committed by Git OBS Bridge
parent 5e9360694f
commit 92241713eb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 10 16:18:53 UTC 2017 - dimstar@opensuse.org
- Revert back to using gcj: it is going to stay around for a while
longer and it helps avoiding bootstrap cycles.
-------------------------------------------------------------------
Thu Jan 5 16:23:24 UTC 2017 - tchvatal@suse.com

View File

@ -54,7 +54,7 @@ Patch100: rhino-1.7-gcj.patch
BuildRequires: ant
BuildRequires: bea-stax-api
BuildRequires: java-devel
BuildRequires: java-1_5_0-gcj-compat-devel
BuildRequires: javapackages-tools
BuildRequires: jline
#BuildRequires: xerces-j2-bootstrap
@ -118,7 +118,7 @@ export OPT_JAR_LIST=:
pushd examples
export CLASSPATH=../build/%{name}%{cvs_version}/js.jar:$(build-classpath xmlbeans/xbean 2>/dev/null)
javac *.java
javac -C *.java
jar cvf ../build/%{name}%{cvs_version}/%{name}-examples.jar *.class
popd