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

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


commit 08635bea4a1bdb318373b294c988fdd5485394cc
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 20:33:19 2013 +0100

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

 parboiled.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/parboiled.spec b/parboiled.spec
index 59a9e0c..591d65d 100644
--- a/parboiled.spec
+++ b/parboiled.spec
@@ -1,6 +1,6 @@
 Name:          parboiled
 Version:       1.0.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Java/Scala library providing parsing of input text based on PEGs
 Group:         Development/Libraries
 License:       ASL 2.0
@@ -28,7 +28,7 @@ BuildRequires: objectweb-asm
 #BuildRequires: mvn(org.scalatest:scalatest_2.10.0-RC1)
 #BuildRequires: testng
 
-BuildRequires: maven
+BuildRequires: maven-local
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-install-plugin
 BuildRequires: maven-jar-plugin
@@ -103,6 +103,10 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 1.0.2-4
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Tue Feb 05 2013 gil cattaneo <puntogil at libero.it> 1.0.2-3
 - fix unowned directory rhbz#907517
 


More information about the scm-commits mailing list