rpms/pilot-link/devel pilot-link-0.11.8-ncurses.patch, NONE, 1.1 pilot-link.spec, 1.42, 1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 18 06:26:30 UTC 2006


Author: varekova

Update of /cvs/dist/rpms/pilot-link/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10372

Modified Files:
	pilot-link.spec 
Added Files:
	pilot-link-0.11.8-ncurses.patch 
Log Message:
fix configure script


pilot-link-0.11.8-ncurses.patch:
 configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE pilot-link-0.11.8-ncurses.patch ---
--- pilot-link-0.11.8/configure.ncurses	2003-07-01 21:08:40.000000000 +0200
+++ pilot-link-0.11.8/configure	2006-07-18 08:16:47.000000000 +0200
@@ -10435,8 +10435,8 @@
 
 fi;
 if test "x$with_readline" != "xno"; then
-LIBS="$LIBS -lreadline"
 		for termlib in ncurses curses termcap terminfo termlib ; do
+LIBS="$LIBS -lreadline"
 		as_ac_Lib=`echo "ac_cv_lib_${termlib}''_add_history" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for add_history in -l${termlib}" >&5
 echo $ECHO_N "checking for add_history in -l${termlib}... $ECHO_C" >&6


Index: pilot-link.spec
===================================================================
RCS file: /cvs/dist/rpms/pilot-link/devel/pilot-link.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- pilot-link.spec	12 Jul 2006 07:49:12 -0000	1.42
+++ pilot-link.spec	18 Jul 2006 06:26:27 -0000	1.43
@@ -4,7 +4,7 @@
 Summary: File transfer utilities between Linux and PalmPilots.
 Name: pilot-link
 Version: 0.11.8
-Release: 15.1
+Release: 16
 Source: pilot-link-%{version}.tar.bz2
 Url: http://www.pilot-link.org/
 Patch1: pilot-link-0.11.0-perlmd5.patch
@@ -16,6 +16,7 @@
 Patch8: pilot-link-0.11.8-underquoted.patch
 Patch9: pilot-link-0.11.8-misc1.patch
 Patch10: pilot-link-0.11.8-realpath.path
+Patch11: pilot-link-0.11.8-ncurses.patch
 Epoch: 2
 License: GPL
 Group: Applications/Communications
@@ -71,6 +72,7 @@
 %patch8 -p1 -b .underquoted
 %patch9 -p1 -b .misc1
 %patch10 -p1 -b .realpath
+%patch11 -p1 -b .ncurses
 
 %build
 CFLAGS="%{optflags}" %configure \
@@ -145,6 +147,9 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Tue Jul 18 2006 Ivana Varekova <varekova at redhat.com> 2:0.11.8-16
+- fix configure script
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2:0.11.8-15.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list