OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-May-2005 22:00:26
Branch: HEAD Handle: 2005052021002500
Modified files:
openpkg-src/lftp lftp.spec
Log:
upgrading package: lftp 3.1.3 -> 3.2.0
Summary:
Revision Changes Path
1.78 +10 -5 openpkg-src/lftp/lftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.77 -r1.78 lftp.spec
--- openpkg-src/lftp/lftp.spec 15 Apr 2005 18:23:02 -0000 1.77
+++ openpkg-src/lftp/lftp.spec 20 May 2005 20:00:25 -0000 1.78
@@ -32,8 +32,8 @@
Class: BASE
Group: FTP
License: GPL
-Version: 3.1.3
-Release: 20050415
+Version: 3.2.0
+Release: 20050520
# list of sources
Source0:
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
@@ -41,13 +41,16 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, readline, libiconv
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: readline, libiconv, openssl
+PreReq: readline, libiconv, openssl
AutoReq: no
AutoReqProv: no
%description
- LFTP is a full-featured interactive FTP and HTTP command-line client.
+ LFTP is a full-featured interactive FTP, SFTP and HTTP/HTTPS
+ command-line client.
%track
prog lftp = {
@@ -70,7 +73,9 @@
--srcdir=$srcdir \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/lftp \
- --without-included-readline
+ --without-included-readline \
+ --with-openssl=%{l_prefix} \
+ --without-gnutls
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]