[jopt-simple] added buildrequires to fix the build

Karel Klíč kklic at fedoraproject.org
Mon Jan 16 16:56:20 UTC 2012


commit 953dedaf94a6724de3b610808e8175418e123f2b
Author: Karel Klic <kklic at redhat.com>
Date:   Mon Jan 16 18:56:38 2012 +0100

    added buildrequires to fix the build

 jopt-simple.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/jopt-simple.spec b/jopt-simple.spec
index 106859f..fd09b88 100644
--- a/jopt-simple.spec
+++ b/jopt-simple.spec
@@ -29,7 +29,7 @@
 #
 Name: jopt-simple
 Version: 3.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A Java command line parser
 License: MIT
 Group: Development/Libraries
@@ -40,7 +40,8 @@ Patch0: jopt-simple-buildfixes.patch
 BuildArch: noarch
 BuildRequires: jpackage-utils
 BuildRequires: java-devel >= 1.5.0
-BuildRequires: maven, maven-scm
+BuildRequires: maven maven-scm
+BuildRequires: maven-enforcer-plugin maven-dependency-plugin
 Requires: java >= 0:1.5.0
 Requires: jpackage-utils
 # Unit testing is disabled due to missing dependencies.
@@ -89,6 +90,11 @@ cp -rf target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jan 16 2012 Karel Klíč <kklic at redhat.com> - 3.3-5
+- Added maven-enforcer-plugin and maven-dependency-plugin as build
+  requires to fix the build process (although not sure why that is
+  neccessary)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list