diff --git a/lftp.spec b/lftp.spec index 879331b..81ee92b 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,17 +1,14 @@ Summary: A sophisticated file transfer program Name: lftp -Version: 3.5.1 -Release: 2%{?dist} +Version: 3.5.9 +Release: 1%{?dist} License: GPL Group: Applications/Internet -Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2 +Source0: ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.bz2 URL: http://lftp.yar.ru/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: ncurses-devel, openssl-devel, pkgconfig, readline-devel, autoconf, automake, libtool Requires: perl-String-CRC32 -Patch173276: lftp-3.3.5-bz173276.patch -Patch2: lftp-3.4.1-dont_core.patch -Patch181694: lftp-3.4.2-fix-redirect-coredump.patch %description LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job @@ -21,12 +18,6 @@ reliability in mind. %prep %setup -q -#%patch173276 -p1 -b .bz173276 -#^- now fixed upstream -#%patch2 -p1 -b .dont_core -#^- now fixed upstream -#%patch181694 -p1 -b .bz181694 -#^- now fixed upstream %build if pkg-config openssl ; then @@ -84,8 +75,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-ftp.so %{_libdir}/lftp/%{version}/proto-http.so %{_libdir}/lftp/%{version}/proto-sftp.so +%{_libdir}/lftp/%{version}/liblftp-getdate.so %changelog +* Thu Jan 18 2007 Maros Barabas - 3.5.9 +- Upgrade to 3.5.9 from upstream + * Wed Aug 23 2006 Maros Barabas - 3.5.1-2 - remove .a & .la from libdir