[groovy18] Fix URL and Source0 tag

Michal Srb msrb at fedoraproject.org
Fri Mar 13 16:32:45 UTC 2015


commit 2b44ae1e86526d9b2b1482d91333d8b79ca2e375
Author: Michal Srb <msrb at redhat.com>
Date:   Fri Mar 13 17:32:40 2015 +0100

    Fix URL and Source0 tag

 groovy18.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/groovy18.spec b/groovy18.spec
index bdcead3..97ff6da 100644
--- a/groovy18.spec
+++ b/groovy18.spec
@@ -4,7 +4,7 @@
 %global majorversion 1.8
 Name:           groovy18
 Version:        1.8.9
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 # Some of the files are licensed under BSD and CPL terms, but the CPL has been superceded
@@ -12,9 +12,9 @@ Summary:        Dynamic language for the Java Platform
 # groovyConsole uses CC-BY licensed icons
 # thanks to Michal Srb and Mikolaj Izdebski, and Tom Callaway
 License:        ASL 2.0 and BSD and EPL and Public Domain and CC-BY
-URL:            http://groovy.codehaus.org/
+URL:            http://groovy-lang.org
 
-Source0:        http://dist.groovy.codehaus.org/distributions/groovy-src-1.8.9.zip
+Source0:        https://github.com/groovy/groovy-core/archive/GROOVY_1_8_9.zip
 # thanks to Johannes Lips and Matt Spaulding
 Source1:        groovy18-script
 Source2:        groovy18-starter.conf
@@ -190,6 +190,9 @@ install -p -m644 %{SOURCE2} \
 %license LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt
 
 %changelog
+* Fri Mar 13 2015 Michal Srb <msrb at redhat.com> - 1.8.9-18
+- Fix URL and Source0 tag
+
 * Wed Feb 04 2015 gil cattaneo <puntogil at libero.it> 1.8.9-17
 - introduce license macro
 


More information about the scm-commits mailing list