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
|
Summary: A sophisticated file transfer program
|
||||||
Name: lftp
|
Name: lftp
|
||||||
Version: 3.3.5
|
Version: 3.4.0
|
||||||
Release: 4
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
|
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
|
||||||
URL: http://lftp.yar.ru/
|
URL: http://lftp.yar.ru/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel
|
BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel
|
||||||
Requires: perl-String-CRC32
|
Requires: perl-String-CRC32
|
||||||
Patch173276: lftp-3.3.5-bz173276.patch
|
Patch173276: lftp-3.3.5-bz173276.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
|
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
|
||||||
@ -19,7 +19,8 @@ reliability in mind.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch173276 -p1 -b .bz173276
|
#%patch173276 -p1 -b .bz173276
|
||||||
|
#^- now fixed upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -46,7 +47,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.a
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO
|
%doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO
|
||||||
%config %{_sysconfdir}/lftp.conf
|
%config %{_sysconfdir}/lftp.conf
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -54,6 +55,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/lftp
|
%{_datadir}/lftp
|
||||||
%dir %{_libdir}/lftp
|
%dir %{_libdir}/lftp
|
||||||
%dir %{_libdir}/lftp/%{version}
|
%dir %{_libdir}/lftp/%{version}
|
||||||
|
%{_libdir}/liblftp-jobs*
|
||||||
|
%{_libdir}/liblftp-tasks*
|
||||||
%{_libdir}/lftp/%{version}/cmd-mirror.so
|
%{_libdir}/lftp/%{version}/cmd-mirror.so
|
||||||
%{_libdir}/lftp/%{version}/cmd-sleep.so
|
%{_libdir}/lftp/%{version}/cmd-sleep.so
|
||||||
%{_libdir}/lftp/%{version}/liblftp-network.so
|
%{_libdir}/lftp/%{version}/liblftp-network.so
|
||||||
@ -65,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- fix bug 176315: openssl libraries not being picked up - gnutls was instead
|
||||||
- improvements to bug 172376 fix
|
- improvements to bug 172376 fix
|
||||||
|
Loading…
Reference in New Issue
Block a user