[cobertura] Update Groovy Ant task location, which changed in Groovy 2.3.7

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Nov 21 14:08:20 UTC 2014


commit 790a0e2924ea2fab8f4139b8c7adc4887ca2b447
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Nov 21 15:07:55 2014 +0100

    Update Groovy Ant task location, which changed in Groovy 2.3.7

 cobertura.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/cobertura.spec b/cobertura.spec
index 27b2d49..6a2ed3d 100644
--- a/cobertura.spec
+++ b/cobertura.spec
@@ -1,6 +1,6 @@
 Name:           cobertura
 Version:        1.9.4.1
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Java tool that calculates the percentage of code accessed by tests
 
 # ASL 2.0: src/net/sourceforge/cobertura/webapp/web.xml
@@ -87,9 +87,7 @@ pushd lib
   popd
 popd
 
-pushd antLibrary/common
-  ln -s $(build-classpath groovy) .
-popd
+build-jar-repository antLibrary/common groovy
 
 export CLASSPATH=$(build-classpath objectweb-asm3/asm-all commons-cli antlr junit)
 %ant -Djetty.dir=. -Dlib.dir=. compile test jar javadoc
@@ -128,6 +126,9 @@ cp -rp build/api/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Nov 21 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.9.4.1-16
+- Update Groovy Ant task location, which changed in Groovy 2.3.7
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.4.1-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list