This commit is contained in:
parent
5551280fb2
commit
9bb9cf703d
13
jline.spec
13
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}
|
||||
|
Loading…
Reference in New Issue
Block a user