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

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Feb 6 18:40:00 UTC 2013


commit 729a16d5f09a47a321344cf55f95c51c0be65b86
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Feb 6 19:39:56 2013 +0100

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

 codemodel.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/codemodel.spec b/codemodel.spec
index ba36f91..4819538 100644
--- a/codemodel.spec
+++ b/codemodel.spec
@@ -1,6 +1,6 @@
 Name: codemodel
 Version: 2.6
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Java library for code generators
 Group: Development/Libraries
 License: CDDL and GPLv2
@@ -18,7 +18,7 @@ BuildArch: noarch
 
 BuildRequires: jpackage-utils
 BuildRequires: java-devel
-BuildRequires: maven
+BuildRequires: maven-local
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-enforcer-plugin
 BuildRequires: maven-install-plugin
@@ -105,6 +105,10 @@ cp -p codemodel-annotation-compiler/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{na
 
 
 %changelog
+* Wed Feb 06 2013 Java SIG <java-devel at lists.fedoraproject.org> - 2.6-7
+- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
+- Replace maven BuildRequires with maven-local
+
 * Sat Jul 21 2012 Juan Hernandez <juan.hernandez at redhat.com> 2.6-6
 - Add maven-enforcer-plugin as build time dependeny
 


More information about the scm-commits mailing list