diff --git a/groovy18-script b/groovy18-script index 116da13..2c1f8b7 100644 --- a/groovy18-script +++ b/groovy18-script @@ -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" diff --git a/groovy18.changes b/groovy18.changes index e05b0e3..dcecc46 100644 --- a/groovy18.changes +++ b/groovy18.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 11 09:02:52 UTC 2019 - Fridrich Strba + +- Modify the groovy18-script to correspond to library paths in + our distributions + ------------------------------------------------------------------- Thu Jun 20 04:59:33 UTC 2019 - Fridrich Strba diff --git a/groovy18.spec b/groovy18.spec index 9e4b520..0689637 100644 --- a/groovy18.spec +++ b/groovy18.spec @@ -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