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