upgrade to version 3.0.13
This commit is contained in:
parent
9af89528e4
commit
1324aab5fb
@ -1 +1,3 @@
|
||||
lftp-3.0.6.tar.bz2
|
||||
lftp-3.0.13.tar.bz2
|
||||
lftp-3.0.13.tar.bz2.asc
|
||||
|
11
lftp-3.0.13-fix-cxxlink.patch
Normal file
11
lftp-3.0.13-fix-cxxlink.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- lftp-3.0.13/src/Makefile.in.fix-cxxlink 2004-12-20 05:19:47.000000000 -0500
|
||||
+++ lftp-3.0.13/src/Makefile.in 2005-01-21 18:20:32.167502000 -0500
|
||||
@@ -149,7 +149,7 @@
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
-CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
+CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
|
||||
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
|
||||
LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
|
@ -1,11 +1,12 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 3.0.6
|
||||
Release: 4
|
||||
Version: 3.0.13
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
|
||||
Source1: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2.asc
|
||||
Patch0: lftp-3.0.13-fix-cxxlink.patch
|
||||
URL: http://lftp.yar.ru/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel
|
||||
@ -18,6 +19,7 @@ reliability in mind.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fix-cxxlink
|
||||
|
||||
%build
|
||||
if pkg-config openssl ; then
|
||||
@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||
|
||||
%changelog
|
||||
* Fri Jan 21 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.13-1
|
||||
- Upgrade to upstream version 3.0.13 .
|
||||
|
||||
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.6-4
|
||||
- Rebuilt for new readline.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user