Accepting request 737423 from Java:packages

Make actually work the compiler

OBS-URL: https://build.opensuse.org/request/show/737423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/groovy18?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-10-11 13:22:06 +00:00 committed by Git OBS Bridge
commit c2c9f85a5f
3 changed files with 11 additions and 5 deletions

View File

@ -61,10 +61,10 @@ BASE_JARS="$BASE_JARS ant"
BASE_JARS="$BASE_JARS ant/ant-junit"
BASE_JARS="$BASE_JARS ant-launcher"
BASE_JARS="$BASE_JARS antlr"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-distroshaded"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-analysis-distroshaded"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-tree-distroshaded"
BASE_JARS="$BASE_JARS objectweb-asm3/asm-util-distroshaded"
BASE_JARS="$BASE_JARS asm3/asm"
BASE_JARS="$BASE_JARS asm3/asm-analysis"
BASE_JARS="$BASE_JARS asm3/asm-tree"
BASE_JARS="$BASE_JARS asm3/asm-util"
BASE_JARS="$BASE_JARS bsf"
BASE_JARS="$BASE_JARS commons-cli"
BASE_JARS="$BASE_JARS commons-logging"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 11 09:02:52 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Modify the groovy18-script to correspond to library paths in
our distributions
-------------------------------------------------------------------
Thu Jun 20 04:59:33 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -24,7 +24,7 @@ Release: 0
Summary: Dynamic language for the Java Platform
License: Apache-2.0
Group: Development/Libraries/Java
URL: http://groovy-lang.org
URL: https://groovy-lang.org
Source0: https://github.com/groovy/groovy-core/archive/GROOVY_%{archiver}.zip
# thanks to Johannes Lips and Matt Spaulding
Source1: groovy18-script