diff --git a/lftp.spec b/lftp.spec index ff7b6de..42c8da8 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,7 +1,7 @@ Summary: A sophisticated file transfer program Name: lftp Version: 3.3.5 -Release: 2 +Release: 4 License: GPL Group: Applications/Internet Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2 @@ -27,7 +27,7 @@ if pkg-config openssl ; then LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS fi LDFLAGS="-L`pwd`/src/.libs $LDFLAGS"; export LDFLAGS -%configure --with-modules --disable-static --with-ssl --with-debug +%configure --with-modules --disable-static --with-openssl=/usr --with-debug export tagname=CC make LIBTOOL=%{_bindir}/libtool @@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-sftp.so %changelog +* Wed Dec 21 2005 Jason Vas Dias - 3.3.5-4 +- fix bug 176315: openssl libraries not being picked up - gnutls was instead +- improvements to bug 172376 fix + * Tue Dec 20 2005 Jason Vas Dias - 3.3.5-2 - fix bug 176175: perl-String-CRC32 now in separate RPM