BR doxia-sitetools.

This commit is contained in:
Alexander Kurtakov 2009-09-09 19:10:21 +00:00
parent 60bf7b6ee0
commit 8596496b7c

View File

@ -1,6 +1,6 @@
Name: maven-plugin-bundle
Version: 2.0.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Maven Bundle Plugin
Group: Development/Tools
@ -24,6 +24,7 @@ BuildRequires: maven2-plugin-plugin >= 2.0.8
BuildRequires: maven2-plugin-resources >= 2.0.8
BuildRequires: maven-surefire-maven-plugin >= 2.3
BuildRequires: maven-surefire-provider-junit >= 2.3
BuildRequires: maven-doxia-sitetools
Requires: aqute-bndlib >= 0.0.363
Requires: plexus-utils >= 1.4.5
Requires: felix-osgi-obr
@ -119,6 +120,9 @@ rm -rf target/site/api*
%{_javadocdir}/%{name}
%changelog
* Wed Sep 9 2009 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-3
- BR doxia-sitetools.
* Mon Sep 7 2009 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-2
- Fix BR/Rs.