From 95b1dd9aac4e5c0b180172064477f326e0a81411 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:21 +0000 Subject: [PATCH] auto-import lftp-2.6.5-4 from lftp-2.6.5-4.src.rpm --- .cvsignore | 2 +- lftp.spec | 22 ++++++++++++---------- sources | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index f92e502..814d4ce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lftp-2.6.3.tar.gz +lftp-2.6.5.tar.gz diff --git a/lftp.spec b/lftp.spec index 8a5ab90..051a368 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,12 +1,11 @@ Summary: A sophisticated file transfer program Name: lftp -Version: 2.6.3 +Version: 2.6.5 Release: 4 License: GPL Group: Applications/Internet -Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz +Source: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz Source1: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz.asc -Patch0: lftp-2.6.9-ulf.patch URL: http://lftp.yar.ru/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel @@ -18,8 +17,7 @@ mirroring, and can transfer several files in parallel. It is designed with reliability in mind. %prep -%setup -q -%patch0 -p1 -b .ulf +%setup -q %build if pkg-config openssl ; then @@ -28,11 +26,13 @@ if pkg-config openssl ; then fi LDFLAGS="-L`pwd`/src/.libs $LDFLAGS"; export LDFLAGS %configure --with-modules --disable-static --with-ssl -make LIBTOOL=libtool +export tagname=CC +make LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT -%makeinstall +export tagname=CC +%makeinstall LIBTOOL=/usr/bin/libtool rm -f $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.la chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/* chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.so @@ -63,9 +63,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-http.so %changelog -* Tue Dec 9 2003 Nalin Dahyabhai 2.6.3-4 -- include patch based on patch from Ulf Härnhammar to fix unsafe use of - sscanf when reading http directory listings (CAN-2003-0963) +* Wed Aug 6 2003 Elliot Lee +- Fix libtool + +* Wed Jun 04 2003 Elliot Lee +- rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt diff --git a/sources b/sources index 66a583a..a3707ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9946091537948b92f5da227de642f5b lftp-2.6.3.tar.gz +04169583d7ff5820370b45544ea6c922 lftp-2.6.5.tar.gz