From 4cf7cf94a6f4f91b1a0e1f6057db973c4f519f7c Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 19:43:06 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- exec-maven-plugin.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/exec-maven-plugin.spec b/exec-maven-plugin.spec index b05c720..7a4607a 100644 --- a/exec-maven-plugin.spec +++ b/exec-maven-plugin.spec @@ -1,6 +1,6 @@ Name: exec-maven-plugin Version: 1.2.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Exec Maven Plugin Group: Development/Libraries @@ -13,7 +13,7 @@ Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugi Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch -BuildRequires: xmvn +BuildRequires: maven-local BuildRequires: plexus-utils BuildRequires: maven-shared-plugin-testing-harness BuildRequires: maven-remote-resources-plugin @@ -71,6 +71,10 @@ cp -p %{SOURCE1} . %doc LICENSE.txt LICENSE-2.0.txt %changelog +* Wed Feb 06 2013 Java SIG - 1.2.1-8 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Fri Jan 11 2013 Michal Srb - 1.2.1-7 - Fixed rpmlint warnings - Remove bundled JAR files before building the package