auto-import lftp-2.6.5-4 from lftp-2.6.5-4.src.rpm

This commit is contained in:
cvsdist 2004-09-09 07:18:21 +00:00
parent 52a723d134
commit 95b1dd9aac
3 changed files with 14 additions and 12 deletions

View File

@ -1 +1 @@
lftp-2.6.3.tar.gz
lftp-2.6.5.tar.gz

View File

@ -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 <nalin@redhat.com> 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 <sopwith@redhat.com>
- Fix libtool
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

View File

@ -1 +1 @@
e9946091537948b92f5da227de642f5b lftp-2.6.3.tar.gz
04169583d7ff5820370b45544ea6c922 lftp-2.6.5.tar.gz