Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37547027
en ru br
ALT Linux repos
S:0.46.1-alt1
5.0: 0.21-alt2
4.1: 0.21-alt2
4.0: 0.21-alt2
3.0: 0.18-alt3

Group :: Editors
RPM: rlwrap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rlwrap
Version: 0.18
Release: alt3

Summary: Line editor - readline wrapper
Summary (ru_RU.UTF-8): Строчный редактор для интерактивных программ
License: GCL
Group: Editors
URL: http://utopia.knoware.nl/~hlub/uck/rlwrap
Packager: Vadim V. Zhytnikov <vvzhy at altlinux.ru>

Source0: %name-%version.tar.gz
Source1: rlwrap_cmucl_completions

Patch: rlwrap-single-keystroke.patch

BuildRequires: libreadline-devel libncurses-devel

%description
rlwrap is a 'readline wrapper', a small utility that uses the GNU
readline library to allow the editing of keyboard input for any
command.

%description -l ru_RU.UTF-8
rlwrap является небольшой утилитой, использующей библиотеку
GNU readline для редактирования ввода любой интерактивной
программы.

%prep
%setup -q

%patch -p1

%build
%configure
%make

%install
%makeinstall

# Extra complition tables

#   cmucl & sbcl
install -D -m644 %SOURCE1 %buildroot/%_datadir/%name/lisp
install -D -m644 %SOURCE1 %buildroot/%_datadir/%name/sbcl

%files
%_bindir/*
%_man1dir/r*
%dir %_datadir/%name
%_datadir/%name/ftp
%_datadir/%name/lisp
%_datadir/%name/sbcl

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin