[jline] BuildRequire maven2.

Ville Skyttä scop at fedoraproject.org
Sat Oct 15 20:08:39 UTC 2011


commit bc37b693d17aa5eca7283ccf3c8c6561a1e82796
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Oct 15 23:08:21 2011 +0300

    BuildRequire maven2.

 jline.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/jline.spec b/jline.spec
index 5a5b48e..ab2245a 100644
--- a/jline.spec
+++ b/jline.spec
@@ -30,7 +30,7 @@
 
 Name:           jline
 Version:        0.9.94
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Java library for reading and editing user input in console applications
 License:        BSD
 URL:            http://jline.sourceforge.net/
@@ -48,6 +48,7 @@ Requires(post):   jpackage-utils
 Requires(postun): jpackage-utils
 
 BuildRequires: jpackage-utils
+BuildRequires: maven2
 BuildRequires: maven-assembly-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-install-plugin
@@ -162,6 +163,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %{_javadocdir}/*
 
 %changelog
+* Sat Oct 15 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.9.94-5
+- BuildRequire maven2.
+
 * Sat Oct 15 2011 Ville Skyttä <ville.skytta at iki.fi> - 0.9.94-4
 - Patch delete to actually behave as delete instead of backspace, include
   keybindings.properties in docs (#720170).


More information about the scm-commits mailing list