This commit is contained in:
parent
5551280fb2
commit
9bb9cf703d
13
jline.spec
13
jline.spec
@ -19,8 +19,8 @@
|
|||||||
Name: jline
|
Name: jline
|
||||||
Version: 2.14.6
|
Version: 2.14.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JLine is a Java library for handling console input
|
Summary: Java library for reading and editing user input in console applications
|
||||||
License: BSD-2-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://github.com/jline/jline2
|
URL: https://github.com/jline/jline2
|
||||||
Source0: https://github.com/jline/jline2/archive/jline-%{version}.tar.gz
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JLine is a Java library for handling console input. It is similar
|
JLine is a java library for reading and editing user input in console
|
||||||
in functionality to BSD editline and GNU readline. People familiar
|
applications. It features tab-completion, command history, password
|
||||||
with the readline/editline capabilities for modern shells (such as
|
masking, customizable keybindings, and pass-through handlers to use to
|
||||||
bash and tcsh) will find most of the command editing features of
|
chain to other console applications.
|
||||||
JLine to be familiar.
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadocs for %{name}
|
Summary: Javadocs for %{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user