diff --git a/groovy18.spec b/groovy18.spec index 123d96acdadd9d9a44f5eef9222eabf3e2fb2340..0a48fc7845008de2bf11e73f76e812b813303a47 100644 --- a/groovy18.spec +++ b/groovy18.spec @@ -2,9 +2,9 @@ %global archiver 1_8_9 Name: groovy18 Version: 1.8.9 -Release: 1 +Release: 2 Summary: Dynamic language for the Java Platform -License: ASL 2.0 and BSD and EPL and Public Domain and CC-BY +License: ASL 2.0 and BSD-3-Clause-LBNL and EPL and Public Domain and CC-BY URL: http://groovy-lang.org Source0: https://github.com/groovy/groovy-core/archive/GROOVY_%{archiver}.zip Source1: groovy18-script @@ -122,5 +122,8 @@ install -p -m644 %{SOURCE2} \ %license LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt %changelog +* Tue May 10 2022 xu_ping - 1.8.9-2 +- License compliance rectification + * Sat Aug 15 2020 zhanghua - 1.8.9-1 - Package init