Upgrade to 3.4.0
This commit is contained in:
parent
36a596f6f6
commit
75cf45dd67
34
lftp.spec
34
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<jvdias@redhat.com> - 3.4.0-1
|
||||
- Upgrade to upstream version 3.4.0
|
||||
|
||||
* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 3.3.5-4
|
||||
- fix bug 176315: openssl libraries not being picked up - gnutls was instead
|
||||
- improvements to bug 172376 fix
|
||||
|
Loading…
Reference in New Issue
Block a user