From 90e96f91c7b789bfaf07290ed9761d6c8acce4e3 Mon Sep 17 00:00:00 2001 From: Jiri Skala Date: Mar 04 2010 13:20:05 +0000 Subject: - fixes #566562 - lftp doesn't properly implement CCC --- diff --git a/lftp.spec b/lftp.spec index 49d0ff3..bb34cb4 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,7 +1,7 @@ Summary: A sophisticated file transfer program Name: lftp Version: 4.0.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Internet Source0: ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.lzma @@ -9,6 +9,8 @@ URL: http://lftp.yar.ru/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext +Patch1: lftp-4.0.5-ccc.patch + %description LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job control and uses the readline library for input. It has bookmarks, built-in @@ -27,6 +29,8 @@ Utility scripts for use with lftp. %prep %setup -q +%patch1: -p1 -b .ccc + #sed -i.rpath -e '/lftp_cv_openssl/s|-R.*lib||' configure sed -i.norpath -e \ '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib64 |' \ @@ -88,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 04 2010 Jiri Skala - 4.0.5-2 +- fixes #566562 - lftp doesn't properly implement CCC + * Thu Feb 04 2010 Jiri Skala - 4.0.5-1 - updated to latest stable version