Upgrade to upstream version 3.4.3
This commit is contained in:
parent
0cbafc08f3
commit
637a320e1e
@ -12,3 +12,5 @@ lftp-3.4.0.tar.bz2
|
||||
lftp-3.4.0.tar.bz2.asc
|
||||
lftp-3.4.1.tar.bz2
|
||||
lftp-3.4.2.tar.bz2
|
||||
lftp-3.4.3.tar.gz
|
||||
lftp-3.4.3.tar.bz2
|
||||
|
24
lftp.spec
24
lftp.spec
@ -1,7 +1,7 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 3.4.2
|
||||
Release: 5
|
||||
Version: 3.4.3
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
|
||||
@ -13,8 +13,6 @@ Patch173276: lftp-3.3.5-bz173276.patch
|
||||
Patch2: lftp-3.4.1-dont_core.patch
|
||||
Patch181694: lftp-3.4.2-fix-redirect-coredump.patch
|
||||
|
||||
#%define debug_package %{nil}
|
||||
|
||||
%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,7 +25,8 @@ reliability in mind.
|
||||
#^- now fixed upstream
|
||||
#%patch2 -p1 -b .dont_core
|
||||
#^- now fixed upstream
|
||||
%patch181694 -p1 -b .bz181694
|
||||
#%patch181694 -p1 -b .bz181694
|
||||
#^- now fixed upstream
|
||||
|
||||
%build
|
||||
if pkg-config openssl ; then
|
||||
@ -39,6 +38,11 @@ LDFLAGS="-L`pwd`/src/.libs $LDFLAGS"; export LDFLAGS
|
||||
export tagname=CC
|
||||
make LIBTOOL=%{_bindir}/libtool
|
||||
|
||||
%{?!DEBUG: %define DEBUG 0}
|
||||
%if %{DEBUG}
|
||||
%define debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
export tagname=CC
|
||||
@ -49,8 +53,11 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.so
|
||||
# Remove files from $RPM_BUILD_ROOT that we aren't shipping.
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.a
|
||||
%find_lang %{name}
|
||||
#/usr/lib/rpm/brp-compress
|
||||
#exit 0
|
||||
%if %{DEBUG}
|
||||
/usr/lib/rpm/brp-compress
|
||||
exit 0
|
||||
%endif
|
||||
:;
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -77,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||
|
||||
%changelog
|
||||
* Thu Mar 16 2006 Jason Vas Dias <jvdias@redhat.com> - 3.4.3-1
|
||||
- Upgrade to upstream version 3.4.3
|
||||
|
||||
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com> - 3.4.2-5
|
||||
- rebuild for ppc TLS issue (#184446)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user