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

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 19:23:17 UTC 2013


commit 5535837119a05425fb8ee6e9c7071dd719e66ed1
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 20:23:13 2013 +0100

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

 maven-patch-plugin.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/maven-patch-plugin.spec b/maven-patch-plugin.spec
index 2566912..797bf1c 100644
--- a/maven-patch-plugin.spec
+++ b/maven-patch-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-patch-plugin
 Version:        1.1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Maven Patch Plugin
 
 Group:          Development/Libraries
@@ -15,7 +15,7 @@ BuildRequires: jpackage-utils
 BuildRequires: java-devel >= 1:1.6.0
 
 # Maven and its dependencies
-BuildRequires: maven
+BuildRequires: maven-local
 BuildRequires: maven-clean-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-dependency-plugin
@@ -77,6 +77,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.1.1-5
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Sun Nov 25 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.1.1-4
 - Add NOTICE file to javadoc package
 


More information about the scm-commits mailing list