Add missing BR/R on buildbumber-maven-plugin.

This commit is contained in:
Alexander Kurtakov 2011-12-14 13:40:33 +02:00
parent 1a4f1e0aba
commit 68a1d51977

View File

@ -3,7 +3,7 @@
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 22 Version: 22
Release: 1%{?dist} Release: 2%{?dist}
Summary: Apache Commons Parent Pom Summary: Apache Commons Parent Pom
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
@ -19,10 +19,13 @@ BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0 BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils BuildRequires: jpackage-utils
BuildRequires: maven
BuildRequires: buildnumber-maven-plugin
Requires: java >= 1:1.6.0 Requires: java >= 1:1.6.0
Requires: jpackage-utils Requires: jpackage-utils
Requires: maven Requires: maven
Requires: buildnumber-maven-plugin
Requires: maven-antrun-plugin Requires: maven-antrun-plugin
Requires: maven-compiler-plugin Requires: maven-compiler-plugin
Requires: maven-idea-plugin Requires: maven-idea-plugin
@ -42,7 +45,7 @@ The Project Object Model files for the apache-commons packages.
%patch1 -p0 %patch1 -p0
%build %build
#nothing to do for the pom mvn-rpmbuild install
%install %install
# poms # poms
@ -57,6 +60,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%{_mavendepmapfragdir}/* %{_mavendepmapfragdir}/*
%changelog %changelog
* Wed Dec 14 2011 Alexander Kurtakov <akurtako@redhat.com> 22-2
- Add missing BR/R on buildbumber-maven-plugin.
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 22-1 * Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 22-1
- Update to latest upstream. - Update to latest upstream.