BR modello.

This commit is contained in:
Alexander Kurtakov 2011-07-05 15:00:45 +03:00
parent a63e8a89d3
commit 6d9f4c734e

View File

@ -1,6 +1,6 @@
Name: maven-remote-resources-plugin
Version: 1.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Maven Remote Resources Plugin
Group: Development/Libraries
@ -38,6 +38,7 @@ BuildRequires: maven-plugin-testing-harness
BuildRequires: maven-wagon
BuildRequires: maven-shared-verifier
BuildRequires: maven-surefire-provider-junit
BuildRequires: modello
Requires: maven
Requires: java
@ -99,6 +100,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
%{_javadocdir}/%{name}
%changelog
* Tue Jul 5 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2-3
- BR modello.
* Tue Jul 5 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2-2
- Add missing requires on maven-shared-downloader.