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

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 19:29:40 UTC 2013


commit 98a466c5c8147e4b323ac7a23513c2f30d058861
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 20:29:37 2013 +0100

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

 mimepull.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mimepull.spec b/mimepull.spec
index c7b39f9..534e4e6 100644
--- a/mimepull.spec
+++ b/mimepull.spec
@@ -1,6 +1,6 @@
 Name:             mimepull
 Version:          1.8
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          Streaming API to access attachments from a MIME message
 Group:            Development/Libraries
 License:          CDDL and GPLv2 with exceptions
@@ -14,7 +14,7 @@ BuildArch:        noarch
 
 BuildRequires:    jpackage-utils
 BuildRequires:    java-devel
-BuildRequires:    maven
+BuildRequires:    maven-local
 BuildRequires:    maven-compiler-plugin
 BuildRequires:    maven-install-plugin
 BuildRequires:    maven-jar-plugin
@@ -77,6 +77,10 @@ cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %doc LICENSE
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 1.8-4
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Wed Oct 24 2012 Marek Goldmann <mgoldman at redhat.com> - 1.8-3
 - Added maven-enforcer-plugin BR
 


More information about the scm-commits mailing list