- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 20:25:15 +01:00
parent c5a2c99345
commit f08ab45e86

View File

@ -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 <java-devel@lists.fedoraproject.org> - 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 <tradej@redhat.com> - 1:3.0-1
- Initial version