Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044993
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.46.1
Release: alt1
Epoch: 1

Summary: Line editor - readline wrapper
License: GPLv2+
Group: Editors
Url: https://github.com/hanslub42/rlwrap
Packager: Ilya Mashkin <oddity at altlinux.ru>
Source0: %name-%version.tar.gz
Source1: rlwrap_cmucl_completions

BuildRequires: libreadline-devel libncurses-devel perl-podlators rpm-build-python3 rpm-build-perl perl-File-Slurp
%add_perl_lib_path %_datadir/%name/filters

%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.

%prep
%setup

%build
%autoreconf
%configure
%make

%install
%makeinstall

# Extra complition tables

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

%files
%_bindir/*
%_man1dir/*
%_man3dir/*
%_datadir/%name

%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