rpms/rlwrap/devel rlwrap.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Wed Nov 29 00:34:18 UTC 2006


Author: salimma

Update of /cvs/extras/rpms/rlwrap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12071/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rlwrap.spec 
Log Message:
auto-import rlwrap-0.28-1 on branch devel from rlwrap-0.28-1.src.rpm


--- NEW FILE rlwrap.spec ---
Name:           rlwrap
Version:        0.28
Release:        1%{?dist}
Summary:        Wrapper for GNU readline

Group:          Applications/Text
License:        GPL
URL:            http://utopia.knoware.nl/~hlub/rlwrap/
Source0:        http://utopia.knoware.nl/~hlub/rlwrap/rlwrap-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  readline-devel
#Requires:       

%description
rlwrap is a 'readline wrapper' that uses the GNU readline library to
allow the editing of keyboard input for any other command. 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}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/rlwrap
%{_mandir}/*/rlwrap.*
%{_datadir}/rlwrap



%changelog
* Tue Nov 28 2006 Michel Salim <michel.salim at gmail.com> 0.28-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rlwrap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Nov 2006 00:33:07 -0000	1.1
+++ .cvsignore	29 Nov 2006 00:33:48 -0000	1.2
@@ -0,0 +1 @@
+rlwrap-0.28.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rlwrap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Nov 2006 00:33:07 -0000	1.1
+++ sources	29 Nov 2006 00:33:48 -0000	1.2
@@ -0,0 +1 @@
+057871cb04d9dec237ac565aff5a93d7  rlwrap-0.28.tar.gz




More information about the scm-commits mailing list