From 297fbca00a7680c67fd2750abcb971bc8e18988e Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Dec 14 2011 11:40:33 +0000 Subject: Add missing BR/R on buildbumber-maven-plugin. --- diff --git a/apache-commons-parent.spec b/apache-commons-parent.spec index 678c414..e35e6cd 100644 --- a/apache-commons-parent.spec +++ b/apache-commons-parent.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Apache Commons Parent Pom Group: Development/Libraries License: ASL 2.0 @@ -19,10 +19,13 @@ BuildArch: noarch BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils +BuildRequires: maven +BuildRequires: buildnumber-maven-plugin Requires: java >= 1:1.6.0 Requires: jpackage-utils Requires: maven +Requires: buildnumber-maven-plugin Requires: maven-antrun-plugin Requires: maven-compiler-plugin Requires: maven-idea-plugin @@ -42,7 +45,7 @@ The Project Object Model files for the apache-commons packages. %patch1 -p0 %build -#nothing to do for the pom +mvn-rpmbuild install %install # poms @@ -57,6 +60,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom %{_mavendepmapfragdir}/* %changelog +* Wed Dec 14 2011 Alexander Kurtakov 22-2 +- Add missing BR/R on buildbumber-maven-plugin. + * Wed Dec 7 2011 Alexander Kurtakov 22-1 - Update to latest upstream.