- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 20:25:35 +01:00
parent 516c3d3835
commit 23aa4e4140

View File

@ -1,6 +1,6 @@
Name: maven-reporting-impl
Version: 2.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Abstract classes to manage report generation
License: ASL 2.0
URL: http://maven.apache.org/shared/maven-reporting-impl
@ -16,7 +16,7 @@ BuildRequires: java-devel
BuildRequires: jpackage-utils
BuildRequires: junit
BuildRequires: junit-addons
BuildRequires: maven
BuildRequires: maven-local
BuildRequires: maven-surefire-provider-junit
Requires: apache-commons-validator
Requires: java
@ -84,6 +84,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%changelog
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.2-3
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Tue Feb 05 2013 Michal Srb <msrb@redhat.com> - 2.2-2
- Migrate from maven-doxia to doxia subpackages