[apache-commons-parent] Add missing BR/R on buildbumber-maven-plugin.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Dec 14 11:40:40 UTC 2011


commit 297fbca00a7680c67fd2750abcb971bc8e18988e
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Dec 14 13:40:33 2011 +0200

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

 apache-commons-parent.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
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 <akurtako at redhat.com> 22-2
+- Add missing BR/R on buildbumber-maven-plugin.
+
 * Wed Dec 7 2011 Alexander Kurtakov <akurtako at redhat.com> 22-1
 - Update to latest upstream.
 


More information about the scm-commits mailing list