- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 20:18:41 +01:00
parent b7f983b9ff
commit 233759ad3c

View File

@ -1,6 +1,6 @@
Name: maven-dependency-analyzer Name: maven-dependency-analyzer
Version: 1.3 Version: 1.3
Release: 4%{?dist} Release: 5%{?dist}
Summary: Maven dependency analyzer Summary: Maven dependency analyzer
License: ASL 2.0 License: ASL 2.0
@ -14,7 +14,7 @@ BuildRequires: jpackage-utils
BuildRequires: httpcomponents-project BuildRequires: httpcomponents-project
BuildRequires: maven-doxia-module-xhtml BuildRequires: maven-doxia-module-xhtml
BuildRequires: junit BuildRequires: junit
BuildRequires: maven BuildRequires: maven-local
BuildRequires: maven-plugin-testing-tools BuildRequires: maven-plugin-testing-tools
Requires: objectweb-asm Requires: objectweb-asm
Requires: java Requires: java
@ -81,6 +81,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %changelog
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.3-5
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Tue Jan 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-4 * Tue Jan 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-4
- Replace asm2 R with objectweb-asm - Replace asm2 R with objectweb-asm
- Resolves: rhbz#902641 - Resolves: rhbz#902641