From bc37b693d17aa5eca7283ccf3c8c6561a1e82796 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Oct 15 2011 20:08:21 +0000 Subject: BuildRequire maven2. --- 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ä - 0.9.94-5 +- BuildRequire maven2. + * Sat Oct 15 2011 Ville Skyttä - 0.9.94-4 - Patch delete to actually behave as delete instead of backspace, include keybindings.properties in docs (#720170).