- Resolves: #464420 re-base to 3.7.4
- replaced usage of OpenSSL by GNUTLS due to license conflict
This commit is contained in:
parent
a263d9067d
commit
5ed7dac8de
@ -1 +1,2 @@
|
||||
lftp-3.7.1.tar.gz
|
||||
lftp-3.7.4.tar.gz
|
||||
|
11
lftp.spec
11
lftp.spec
@ -1,13 +1,13 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 3.7.1
|
||||
Version: 3.7.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Internet
|
||||
Source0: ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.gz
|
||||
URL: http://lftp.yar.ru/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: ncurses-devel, openssl-devel, pkgconfig, readline-devel, gettext
|
||||
BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext
|
||||
|
||||
%description
|
||||
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
|
||||
@ -27,7 +27,7 @@ if pkg-config openssl ; then
|
||||
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
||||
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
|
||||
fi
|
||||
%configure --with-modules --disable-static --with-openssl=%{_prefix} --with-debug
|
||||
%configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -74,11 +74,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lftp/%{version}/proto-ftp.so
|
||||
%{_libdir}/lftp/%{version}/proto-http.so
|
||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||
%{_libdir}/lftp/%{version}/liblftp-getdate.so
|
||||
%{_libdir}/liblftp-jobs.so.*
|
||||
%{_libdir}/liblftp-tasks.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2008 Jiri Skala <jskala@redhat.com> - 3.7.4-1
|
||||
- Resolves: #464420 re-base to 3.7.4
|
||||
- replaced usage of OpenSSL by GNUTLS due to license conflict
|
||||
|
||||
* Wed Apr 23 2008 Martin Nagy <mnagy@redhat.com> - 3.7.1-1
|
||||
- update to upstream version 3.7.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user