]> git.pld-linux.org Git - packages/rlwrap.git/blob - rlwrap.spec
- ver. 0.24
[packages/rlwrap.git] / rlwrap.spec
1 Summary:        readline wrapper
2 Summary(pl):    Nak³adka na readline
3 Name:           rlwrap
4 Version:        0.24
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://utopia.knoware.nl/~hlub/rlwrap/%{name}-%{version}.tar.gz
9 # Source0-md5:  6622603f949e7948a24fd55f2af09323
10 URL:            http://utopia.knoware.nl/~hlub/rlwrap/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  readline-devel >= 4.2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 rlwrap is a 'readline wrapper', i.e. a small utility that uses the GNU
18 readline library to allow the editing of keyboard input to any
19 command's stdin. rlwrap should be especially useful when you need
20 user-defined (by way of completion word lists) and history completion.
21
22 %description -l pl
23 rlwrap to 'readline wrapper' (nak³adka na readline), czyli ma³e
24 narzêdzie korzystaj±ce z biblioteki GNU readline do umo¿liwienia
25 edycji wej¶cia z klawiatury na standardowe wej¶cie dowolnego
26 polecenia. rlwrap mo¿e byæ u¿yteczny gdy potrzebujemy w³asnych
27 definicji (i przy okazji listy uzupe³niania s³ów) oraz historii
28 uzupe³niania.
29
30 %prep
31 %setup -q
32
33 %build
34 rm -f missing
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS BUGS NEWS README
53 %attr(755,root,root) %{_bindir}/%{name}
54 %dir %{_datadir}/rlwrap
55 %{_datadir}/rlwrap/ftp
56 %{_mandir}/man?/*
This page took 0.055827 seconds and 3 git commands to generate.