]> git.pld-linux.org Git - packages/rlwrap.git/commitdiff
- updated to 0.41 auto/th/rlwrap-0.41-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 May 2014 08:48:48 +0000 (10:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 May 2014 08:48:48 +0000 (10:48 +0200)
- removed obsolete tinfo patch

rlwrap-tinfo.patch [deleted file]
rlwrap.spec

diff --git a/rlwrap-tinfo.patch b/rlwrap-tinfo.patch
deleted file mode 100644 (file)
index d845cf8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- rlwrap-0.37/configure.ac.orig      2010-04-30 12:50:30.000000000 +0200
-+++ rlwrap-0.37/configure.ac   2011-05-28 20:28:24.625327106 +0200
-@@ -273,6 +273,8 @@
- AC_CHECK_FUNC(tgetent,
-    [READLINE_SUPPLIB=],
-+   [AC_CHECK_LIB(tinfo, tgetent,
-+      [READLINE_SUPPLIB=-ltinfo],
-    [AC_CHECK_LIB(curses, tgetent,
-       [READLINE_SUPPLIB=-lcurses],
-       [AC_CHECK_LIB(ncurses, tgetent,
-@@ -283,6 +285,7 @@
-          ])
-       ])
-    ])
-+   ])
- AC_CHECK_LIB(readline,readline,[READLINELIB=-lreadline],
index 3e5dddab48092cc96d0a889eceffbee8ccf76341..90393e804242f28ae0ea9816c07045f0ea7d7aef 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       readline wrapper
 Summary(pl.UTF-8):     Nakładka na readline
 Name:          rlwrap
-Version:       0.37
-Release:       2
+Version:       0.41
+Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://utopia.knoware.nl/~hlub/rlwrap/%{name}-%{version}.tar.gz
-# Source0-md5: 04cd6e2c257eb5a86b297f2ebf91dbbf
-Patch0:                %{name}-tinfo.patch
+# Source0-md5: 8d1f3f8e634d55725645e6750c54e5f2
 URL:           http://utopia.knoware.nl/~hlub/rlwrap/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
 BuildRequires: readline-devel >= 4.2
+BuildRequires: sed >= 4.0
 Requires:      readline >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,8 +31,10 @@ uzupełniania.
 
 %prep
 %setup -q
-%patch0 -p1
 
+%{__sed} -i -e '1s,#!/usr/bin/env perl,#!/usr/bin/perl,' \
+       test/testclient \
+       filters/*
 %build
 %{__aclocal}
 %{__autoconf}
@@ -53,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS NEWS README
+%doc AUTHORS BUGS NEWS PLEA README TODO
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_datadir}/rlwrap
 %dir %{_datadir}/rlwrap/completions
This page took 0.125158 seconds and 4 git commands to generate.