From 9bb9cf703da95c277018ebb89da27a5168101c74b2890a020e07297953e3828a Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 12 Feb 2019 10:14:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jline?expand=0&rev=27 --- jline.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/jline.spec b/jline.spec index 4c6ca15..a727b3f 100644 --- a/jline.spec +++ b/jline.spec @@ -19,8 +19,8 @@ Name: jline Version: 2.14.6 Release: 0 -Summary: JLine is a Java library for handling console input -License: BSD-2-Clause +Summary: Java library for reading and editing user input in console applications +License: BSD-3-Clause Group: Development/Libraries/Java URL: https://github.com/jline/jline2 Source0: https://github.com/jline/jline2/archive/jline-%{version}.tar.gz @@ -37,11 +37,10 @@ Requires: mvn(org.sonatype.oss:oss-parent:pom:) BuildArch: noarch %description -JLine is a Java library for handling console input. It is similar -in functionality to BSD editline and GNU readline. People familiar -with the readline/editline capabilities for modern shells (such as -bash and tcsh) will find most of the command editing features of -JLine to be familiar. +JLine is a java library for reading and editing user input in console +applications. It features tab-completion, command history, password +masking, customizable keybindings, and pass-through handlers to use to +chain to other console applications. %package javadoc Summary: Javadocs for %{name}