[groovy18] Add missing alias: org.codehaus.groovy:groovy18-all

Michal Srb msrb at fedoraproject.org
Tue Aug 19 12:18:23 UTC 2014


commit f056383a5a9bafbdbc686be71a308f59624b35aa
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Aug 19 14:16:45 2014 +0200

    Add missing alias: org.codehaus.groovy:groovy18-all
    
    - Make this package compat again

 groovy18.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/groovy18.spec b/groovy18.spec
index 2ddbe20..50fbfb8 100644
--- a/groovy18.spec
+++ b/groovy18.spec
@@ -4,7 +4,7 @@
 %global majorversion 1.8
 Name:           groovy18
 Version:        1.8.9
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Dynamic language for the Java Platform
 Group:          Development/Languages
 # Some of the files are licensed under BSD and CPL terms, but the CPL has been superceded
@@ -109,6 +109,9 @@ find . -name "*.groovy" -exec sed -i 's|org.objectweb.asm|org.objectweb.distrosh
 
 %mvn_file : %{name}
 
+%mvn_alias : org.codehaus.groovy:%{name}-all
+%mvn_compat_version : "1.8"
+
 %build
 mkdir -p target/lib/{compile,tools}
 
@@ -157,6 +160,10 @@ install -p -m644 %{SOURCE2} \
 %doc LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt
 
 %changelog
+* Tue Aug 19 2014 Michal Srb <msrb at redhat.com> - 1.8.9-13
+- Add missing alias: org.codehaus.groovy:groovy18-all
+- Make this package compat again
+
 * Mon Aug 18 2014 Michal Srb <msrb at redhat.com> - 1.8.9-12
 - Migrate to mvn_artifact
 - Fix location of ivy artifact


More information about the scm-commits mailing list