[jacoco/f18] Resolve build issues (BR: fest-assert + ignore tycho version check).

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Dec 7 10:34:51 UTC 2012


commit ca1e559453bd8a3978e7f88f8ab24a71d8c2732c
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Dec 7 11:34:47 2012 +0100

    Resolve build issues (BR: fest-assert + ignore tycho version check).

 jacoco.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/jacoco.spec b/jacoco.spec
index 22ba194..e03b932 100644
--- a/jacoco.spec
+++ b/jacoco.spec
@@ -2,7 +2,7 @@
 
 Name:      jacoco
 Version:   0.5.9
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Java Code Coverage for Eclipse 
 Group:     System Environment/Libraries
 License:   EPL
@@ -30,6 +30,7 @@ BuildRequires:    maven-install-plugin maven-invoker-plugin maven-gpg-plugin mav
 BuildRequires:    maven-release-plugin maven-resources-plugin maven-shade-plugin maven-source-plugin maven-surefire-plugin maven-site-plugin
 BuildRequires:    maven-plugin-tools-javadoc
 BuildRequires:    dos2unix
+BuildRequires:    fest-assert
 Requires:         java >= 1.7
 Requires:         ant
 Requires:         objectweb-asm
@@ -80,7 +81,7 @@ fi
 %build
 # Note: Tests must be disabled because they introduce circular dependency
 # right now.
-OPTIONS="-DrandomNumner=${RANDOM}  clean package javadoc:aggregate" 
+OPTIONS="-DrandomNumner=${RANDOM} -DskipTychoVersionCheck clean package javadoc:aggregate" 
 
 pushd org.jacoco.build
     mvn-rpmbuild $OPTIONS
@@ -148,6 +149,9 @@ cp -rf org.jacoco.build/target/site/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}/
 
 %changelog
+* Fri Dec 7 2012 Krzysztof Daniel <kdaniel at redhat.com> 0.5.9-3
+- Resolve build issues (BR: fest-assert + ignore tycho version check).
+
 * Fri Dec 7 2012 Krzysztof Daniel <kdaniel at redhat.com> 0.5.9-2
 - Package proper runtime agent.
 


More information about the scm-commits mailing list