From f08ab45e863ee6f5d4dc12414d71abc2e4d1c486 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 20:25:15 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- maven-reporting-api.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/maven-reporting-api.spec b/maven-reporting-api.spec index 3be43e9..401fa12 100644 --- a/maven-reporting-api.spec +++ b/maven-reporting-api.spec @@ -1,6 +1,6 @@ Name: maven-reporting-api Version: 3.0 -Release: 1%{?dist} +Release: 2%{?dist} # Maven-shared defines maven-reporting-api version as 3.0 Epoch: 1 Summary: API to manage report generation @@ -16,7 +16,7 @@ BuildArch: noarch BuildRequires: java-devel BuildRequires: jpackage-utils -BuildRequires: maven +BuildRequires: maven-local Requires: java Requires: jpackage-utils Requires: maven-doxia-sink-api @@ -76,6 +76,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Wed Feb 06 2013 Java SIG - 1:3.0-2 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jan 17 2013 Tomas Radej - 1:3.0-1 - Initial version