[gradle] fix rhbz#958158 migrate from aether to its subpackages

gil gil at fedoraproject.org
Thu May 2 12:35:24 UTC 2013


commit aa6d4da27bdfe8ece56d8db4c85357bb22493dbc
Author: gil <puntogil at libero.it>
Date:   Thu May 2 14:35:06 2013 +0200

    fix rhbz#958158 migrate from aether to its subpackages

 gradle.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/gradle.spec b/gradle.spec
index 5f071fc..1e19d3c 100644
--- a/gradle.spec
+++ b/gradle.spec
@@ -2,7 +2,7 @@
 %global namedreltag  %{nil}
 %global namedversion %{version}%{?namedreltag}
 %global nameddottag  %(echo %{?namedreltag} | tr - . ) 
-%global bootstrap   1
+%global bootstrap   0
 
 # TODO grails-core.jar http://repo1.maven.org/maven2/org/grails/grails-core/1.3.7/grails-core-1.3.7.jar
 # https://github.com/grails/grails-core/
@@ -30,7 +30,7 @@
 
 Name:          gradle
 Version:       1.0
-Release:       17%{?nameddottag}%{?dist}
+Release:       18%{?nameddottag}%{?dist}
 Summary:       Groovy based build system
 Group:         Development/Tools
 License:       ASL 2.0
@@ -123,7 +123,8 @@ Patch31:       gradle-1.0-printStackTrace.patch
 Patch32:       gradle-1.0-jnr-ffi.patch
 
 # Build requirements (alphabetical):
-BuildRequires: aether
+BuildRequires: aether-api
+BuildRequires: aether-util
 BuildRequires: ant
 BuildRequires: ant-antlr
 BuildRequires: antlr
@@ -203,7 +204,8 @@ BuildRequires: xmlunit
 %endif
 # work in progress BuildRequires: sonar https://bugzilla.redhat.com/show_bug.cgi?id=848096
 
-Requires:      aether
+Requires:      aether-api
+Requires:      aether-util
 Requires:      ant
 Requires:      ant-antlr
 Requires:      antlr
@@ -589,6 +591,9 @@ fi
 %doc LICENSE NOTICE
 
 %changelog
+* Thu May 02 2013 gil cattaneo <puntogil at libero.it> 1.0-18
+- fix rhbz#958158 migrate from aether to its subpackages
+
 * Thu Apr 25 2013 gil cattaneo <puntogil at libero.it> 1.0-17
 - fix some broken symlinks
 - bootstrap mode


More information about the scm-commits mailing list