[testng] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires wi

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 19:46:20 UTC 2013


commit 9be560a46f37523730c553dfeb1f6f9a4e740e93
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 20:46:15 2013 +0100

    - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
    - Replace maven BuildRequires with maven-local

 testng.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/testng.spec b/testng.spec
index 4ec9a20..4365bd3 100644
--- a/testng.spec
+++ b/testng.spec
@@ -3,7 +3,7 @@
 
 Name:             testng
 Version:          6.0.1
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          Java-based testing framework
 # .../remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
 License:          ASL 2.0 and CPL
@@ -20,7 +20,7 @@ BuildArch:        noarch
 
 BuildRequires:    java-devel
 BuildRequires:    jpackage-utils
-BuildRequires:    maven
+BuildRequires:    maven-local
 BuildRequires:    beust-jcommander
 BuildRequires:    snakeyaml
 
@@ -110,6 +110,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 6.0.1-6
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 6.0.1-5
 - Part of testng is CPL, add it to license tag
 


More information about the scm-commits mailing list