From 75cf45dd67b75759359e4441e6be3a641a001d02 Mon Sep 17 00:00:00 2001 From: jvdias Date: Fri, 13 Jan 2006 19:19:16 +0000 Subject: [PATCH] Upgrade to 3.4.0 --- lftp.spec | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/lftp.spec b/lftp.spec index 42c8da8..81c85e6 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,15 +1,15 @@ -Summary: A sophisticated file transfer program -Name: lftp -Version: 3.3.5 -Release: 4 -License: GPL -Group: Applications/Internet -Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2 -URL: http://lftp.yar.ru/ -BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel -Requires: perl-String-CRC32 -Patch173276: lftp-3.3.5-bz173276.patch +Summary: A sophisticated file transfer program +Name: lftp +Version: 3.4.0 +Release: 1 +License: GPL +Group: Applications/Internet +Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2 +URL: http://lftp.yar.ru/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel +Requires: perl-String-CRC32 +Patch173276: lftp-3.3.5-bz173276.patch %description LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job @@ -19,7 +19,8 @@ reliability in mind. %prep %setup -q -%patch173276 -p1 -b .bz173276 +#%patch173276 -p1 -b .bz173276 +#^- now fixed upstream %build if pkg-config openssl ; then @@ -46,7 +47,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.a rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang -%defattr(-,root,root) +%defattr(-,root,root,-) %doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO %config %{_sysconfdir}/lftp.conf %{_bindir}/* @@ -54,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/lftp %dir %{_libdir}/lftp %dir %{_libdir}/lftp/%{version} +%{_libdir}/liblftp-jobs* +%{_libdir}/liblftp-tasks* %{_libdir}/lftp/%{version}/cmd-mirror.so %{_libdir}/lftp/%{version}/cmd-sleep.so %{_libdir}/lftp/%{version}/liblftp-network.so @@ -65,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-sftp.so %changelog +* Fri Jan 13 2005 Jason Vas Dias - 3.4.0-1 +- Upgrade to upstream version 3.4.0 + * Wed Dec 21 2005 Jason Vas Dias - 3.3.5-4 - fix bug 176315: openssl libraries not being picked up - gnutls was instead - improvements to bug 172376 fix