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

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 18:38:11 UTC 2013


commit 16b7a0785af36fb3fe27a022d9e29defa9702cf9
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 19:38:07 2013 +0100

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

 buildnumber-maven-plugin.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/buildnumber-maven-plugin.spec b/buildnumber-maven-plugin.spec
index 96ec4c0..f4b2881 100644
--- a/buildnumber-maven-plugin.spec
+++ b/buildnumber-maven-plugin.spec
@@ -1,6 +1,6 @@
 Name:           buildnumber-maven-plugin
 Version:        1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Build Number Maven Plugin
 
 Group:          Development/Libraries
@@ -20,7 +20,7 @@ BuildRequires: jpackage-utils
 BuildRequires: java-devel >= 1:1.6.0
 
 # Maven and its dependencies
-BuildRequires: maven
+BuildRequires: maven-local
 BuildRequires: maven2-common-poms
 BuildRequires: maven-plugin-plugin
 BuildRequires: maven-idea-plugin
@@ -128,6 +128,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 1.2-2
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Tue Jan 29 2013 David Xie <david.scriptfan at gmail.com> - 1.2-1
 - Upgrade to 1.2
 


More information about the scm-commits mailing list