Files
rlwrap/rlwrap.spec
T
dirkmueller 6613fd7a2c Accepting request 520506 from home:avindra
- Update to version 0.43:
 * New features
   - Filters can now be written in python 
   - Filters can respond to hotkeys (i.e. single keypresses bound to rlwrap-hotkey in .inputrc)
 * Bug fixes
   - rlwrap now always searches terminfo before termcap.
   - playing back a readline macro consisting of more than one line would crash rlwrap.
   - rlwrap --one-shot could accept more than one line when input in quick succession.


Also linted the .spec file

OBS-URL: https://build.opensuse.org/request/show/520506
OBS-URL: https://build.opensuse.org/package/show/Base:System/rlwrap?expand=0&rev=11
2017-09-05 07:16:46 +00:00

58 lines
1.6 KiB
RPMSpec

#
# spec file for package rlwrap
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: rlwrap
Version: 0.43
Release: 0
Summary: A Readline Wrapper
License: GPL-2.0+
Group: Productivity/Other
Url: http://utopia.knoware.nl/~hlub/uck/rlwrap/
Source0: http://utopia.knoware.nl/~hlub/rlwrap/%{name}-%{version}.tar.gz
BuildRequires: ncurses-devel
BuildRequires: readline-devel
%description
rlwrap uses the GNU readline library to allow the editing of keyboard
input for any other command. The input history is remembered across
invocations, separately for each command;history completion and search
work as in bash and completion word lists can be specified on the
command line.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%check
make %{?_smp_mflags} test
%install
%make_install
%files
%doc AUTHORS BUGS ChangeLog NEWS README TODO
%{_bindir}/rlwrap
%{_mandir}/man1/rlwrap.1%{ext_man}
%{_mandir}/man3/RlwrapFilter.3pm%{ext_man}
%{_datadir}/rlwrap
%changelog