From 2b520103eb4da452f41b0b502d4cfd4a9774e1ce Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 20:47:47 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- voms-api-java.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/voms-api-java.spec b/voms-api-java.spec index 42c416f..d05707c 100644 --- a/voms-api-java.spec +++ b/voms-api-java.spec @@ -7,7 +7,7 @@ Name: voms-api-java Version: 2.0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Virtual Organization Membership Service Java API Group: Development/Libraries @@ -56,7 +56,7 @@ BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils %if %maven -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-compiler-plugin BuildRequires: maven-install-plugin BuildRequires: maven-jar-plugin @@ -156,6 +156,10 @@ rm -rf %{buildroot} %doc %{_javadocdir}/%{name} %changelog +* Wed Feb 06 2013 Java SIG - 2.0.9-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Sun Dec 02 2012 Mattias Ellert - 2.0.9-2 - Correct runtime requires and URL tag