lftp/lftp.spec

467 lines
14 KiB
RPMSpec
Raw Normal View History

2008-03-03 13:25:47 +00:00
Summary: A sophisticated file transfer program
Name: lftp
2010-06-14 14:31:05 +00:00
Version: 4.0.9
Release: 2%{?dist}
License: GPLv3+
2008-03-03 13:25:47 +00:00
Group: Applications/Internet
Source0: ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.lzma
2008-03-03 13:25:47 +00:00
URL: http://lftp.yar.ru/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
Patch1: lftp-4.0.9-date_fmt.patch
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%description
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
control and uses the readline library for input. It has bookmarks, built-in
mirroring, and can transfer several files in parallel. It is designed with
reliability in mind.
%package scripts
Summary: Scripts for lftp
Group: Applications/Internet
Requires: lftp >= %{version}-%{release}
BuildArch: noarch
%description scripts
Utility scripts for use with lftp.
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%prep
2005-11-11 17:22:32 +00:00
%setup -q
%patch1 -p1 -b .date_fmt
#sed -i.rpath -e '/lftp_cv_openssl/s|-R.*lib||' configure
2008-03-03 13:25:47 +00:00
sed -i.norpath -e \
'/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib64 |' \
configure
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%build
%configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug
make %{?_smp_mflags}
2006-03-16 23:32:00 +00:00
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%install
rm -rf $RPM_BUILD_ROOT
export tagname=CC
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/*
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.so
iconv -f ISO88591 -t UTF8 NEWS -o NEWS.tmp
touch -c -r NEWS NEWS.tmp
2008-03-12 09:23:17 +00:00
mv NEWS.tmp NEWS
# Remove files from $RPM_BUILD_ROOT that we aren't shipping.
2008-03-12 09:23:17 +00:00
#rm $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.la
rm $RPM_BUILD_ROOT%{_libdir}/liblftp-jobs.la
rm $RPM_BUILD_ROOT%{_libdir}/liblftp-tasks.la
rm $RPM_BUILD_ROOT%{_libdir}/liblftp-jobs.so
rm $RPM_BUILD_ROOT%{_libdir}/liblftp-tasks.so
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
2007-04-12 08:01:49 +00:00
%post -p /sbin/ldconfig
2007-04-04 14:45:52 +00:00
%postun -p /sbin/ldconfig
2007-04-04 14:45:52 +00:00
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%files -f %{name}.lang
2006-01-13 19:19:16 +00:00
%defattr(-,root,root,-)
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO
2007-04-04 14:45:52 +00:00
%config(noreplace) %{_sysconfdir}/lftp.conf
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%{_bindir}/*
%{_mandir}/*/*
%dir %{_libdir}/lftp
%dir %{_libdir}/lftp/%{version}
2009-09-14 21:21:25 +00:00
%{_libdir}/lftp/%{version}/cmd-torrent.so
%{_libdir}/lftp/%{version}/cmd-mirror.so
%{_libdir}/lftp/%{version}/cmd-sleep.so
%{_libdir}/lftp/%{version}/liblftp-network.so
%{_libdir}/lftp/%{version}/liblftp-pty.so
%{_libdir}/lftp/%{version}/proto-file.so
%{_libdir}/lftp/%{version}/proto-fish.so
%{_libdir}/lftp/%{version}/proto-ftp.so
%{_libdir}/lftp/%{version}/proto-http.so
%{_libdir}/lftp/%{version}/proto-sftp.so
2008-03-12 09:23:17 +00:00
%{_libdir}/liblftp-jobs.so.*
%{_libdir}/liblftp-tasks.so.*
2007-04-04 14:45:52 +00:00
%files scripts
%defattr(-,root,root,-)
%{_datadir}/lftp
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
%changelog
* Tue Jun 22 2010 Jiri Skala <jskala@redhat.com> - 4.0.9-2
- fixes #600218 - [abrt] Process /usr/bin/lftp was killed by signal 1
2010-06-14 14:31:05 +00:00
* Mon Jun 14 2010 Jiri Skala <jskala@redhat.com> - 4.0.9-1
- updated to latest stable version
2010-05-27 14:28:03 +00:00
* Thu May 27 2010 Jiri Skala <jskala@redhat.com> - 4.0.8-1
- updated to latest stable version
2010-05-05 05:52:12 +00:00
* Wed May 05 2010 Jiri Skala <jskala@redhat.com> - 4.0.7-1
- updated to latest stable version
* Thu Apr 01 2010 Jiri Skala <jskala@redhat.com> - 4.0.6-1
- updated to latest stable version
- added man lftp.conf
* Thu Mar 04 2010 Jiri Skala <jskala@redhat.com> - 4.0.5-2
- fixes #566562 - lftp doesn't properly implement CCC
2010-02-04 08:27:02 +00:00
* Thu Feb 04 2010 Jiri Skala <jskala@redhat.com> - 4.0.5-1
- updated to latest stable version
2009-11-22 08:35:59 +00:00
* Sun Nov 22 2009 Jiri Skala <jskala@redhat.com> - 4.0.4-1
- updated to latest stable version
2009-10-18 19:16:46 +00:00
* Sun Oct 18 2009 Jiri Skala <jskala@redhat.com> - 4.0.2-1
- updated to latest stable version
2009-09-14 21:21:25 +00:00
* Mon Sep 14 2009 Jiri Skala <jskala@redhat.com> - 4.0.0-1
- updated to latest stable version
2009-09-02 06:24:36 +00:00
* Wed Sep 02 2009 Jiri Skala <jskala@redhat.com> - 3.7.15-1
- updated to latest upstream release
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 3.7.14-6
- Use lzma compressed upstream tarball.
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jul 20 2009 Adam Jackson <ajax@redhat.com> 3.7.14-4
- Split utility scripts to subpackage to isolate perl dependency. (#510813)
* Wed Jun 10 2009 Jiri Skala <jskala@redhat.com> - 3.7.14-3
- fixed bug in ls via http - corrupted file names containing spaces
* Fri May 22 2009 Jiri Skala <jskala@redhat.com> - 3.7.14-1
- rebase to latest upstream release; among others fixes #474413
2009-04-14 12:11:55 +00:00
* Tue Apr 14 2009 Jiri Skala <jskala@redhat.com> - 3.7.11-3
2009-04-14 12:09:29 +00:00
- release number repaired
2009-04-14 11:56:54 +00:00
* Tue Apr 14 2009 Jiri Skala <jskala@redhat.com> - 3.7.11-1
- rebase to latest upstream release
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Jan 14 2009 Jiri Skala <jskala@redhat.com> - 3.7.7-1
- rebase to latest upstream version
- resolves license conflict GPLv2 -> GPLv3+ due to gnulib
* 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
2008-04-23 15:22:44 +00:00
* Wed Apr 23 2008 Martin Nagy <mnagy@redhat.com> - 3.7.1-1
- update to upstream version 3.7.1
2008-03-03 13:25:47 +00:00
* Thu Feb 28 2008 Martin Nagy <mnagy@redhat.com> - 3.6.3-2
- fix rpath
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 3.6.3-1
- update to newest version
- remove patches fixed in upstream: progress_overflow, empty_argument
2008-02-12 09:55:54 +00:00
* Tue Feb 12 2008 Martin Nagy <mnagy@redhat.com> - 3.6.1-2
- fix library paths (#432468)
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 3.6.1-1
- upgrade to upstream version 3.6.1
- remove rpath and make some spec file changes for review (#225984)
- remove old patches
- fix core dumping when html tag has its argument empty
- use own libtool
* Tue Dec 13 2007 Martin Nagy <mnagy@redhat.com> - 3.5.14-3
- Fixed coredumping when downloading (#414051)
2007-12-04 10:42:49 +00:00
* Tue Dec 04 2007 Martin Nagy <mnagy@redhat.com> - 3.5.14-2.1
- rebuild
* Mon Sep 17 2007 Maros Barabas <mbarabas@redhat.com> - 3.5.14-2
2007-09-17 08:19:16 +00:00
- rebase
- deleted symlinks liblftp-jobs.so & liblftp-tasks.so
2007-09-17 08:19:16 +00:00
2007-09-06 09:03:42 +00:00
* Thu Sep 06 2007 Maros Barabas <mbarabas@redhat.com> - 3.5.10-4
- rebuild
2007-04-12 08:01:49 +00:00
* Wed Apr 11 2007 Maros Barabas <mbarabas@redhat.com> - 3.5.10-3
- Correct mistake removing devel package & calling chkconfig
- Resolves #235436
- Removing automake autoconf
- Resolves #225984
2007-04-04 14:45:52 +00:00
* Wed Apr 04 2007 Maros Barabas <mbarabas@redhat.com> - 3.5.10-2
- Merge review fix
- Resolves #225984
2007-04-04 13:52:30 +00:00
* Wed Apr 04 2007 Maros Barabas <mbarabas@redhat.com> - 3.5.10
- Upgrade to 3.5.10 from upstream
2007-01-18 18:51:52 +00:00
* Thu Jan 18 2007 Maros Barabas <mbarabas@redhat.com> - 3.5.9
- Upgrade to 3.5.9 from upstream
2008-03-03 13:25:47 +00:00
* Wed Aug 23 2006 Maros Barabas <mbarabas@redhat.com> - 3.5.1-2
2006-08-23 08:43:34 +00:00
- remove .a & .la from libdir
2006-07-17 20:02:05 +00:00
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 3.5.1-1.fc6
- Upgrade to 3.5.1
2006-07-12 06:44:57 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.4.7-2.FC6.1
- rebuild
2006-06-12 15:58:26 +00:00
* Mon Jun 12 2006 Jason Vas Dias <jvdias@redhat.com> - 3.4.7-2
- Add BuildRequires for broken Brew
2006-05-31 23:27:36 +00:00
* Wed May 31 2006 Jason Vas Dias <jvdias@redhat.com> - 3.4.7-1
- Upgrade to upstream version 3.4.7
2006-04-29 00:23:02 +00:00
* Fri Apr 28 2006 Jason Vas Dias <jvdias@redhat.com> - 3.4.6-1
- Upgrade to upstream version 3.4.6
2006-04-21 19:46:22 +00:00
* Fri Apr 21 2006 Jason Vas Dias <jvdias@redhat.com> - 3.4.4-1
- Upgrade to upstream version 3.4.4
2006-03-16 23:32:00 +00:00
* Thu Mar 16 2006 Jason Vas Dias <jvdias@redhat.com> - 3.4.3-1
- Upgrade to upstream version 3.4.3
2006-03-10 06:03:08 +00:00
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com> - 3.4.2-5
- rebuild for ppc TLS issue (#184446)
2006-02-16 16:46:46 +00:00
* Thu Feb 16 2006 Jason Vas Dias<jvdias@redhat.com> - 3.4.2-4
- Apply upstream fix for bug 181694.
* Wed Feb 15 2006 Jason Vas Dias<jvdias@redhat.com> - 3.4.2-2
- fix bug 181694: segfault on redirection to non-existent location
2006-02-11 03:51:36 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.4.2-1.1
- bump again for double-long bug on ppc(64)
2006-02-08 16:19:09 +00:00
* Wed Feb 08 2006 Jason Vas Dias<jvdias@redhat.com> - 3.4.2-1
- Upgrade to upstream version 3.4.2, that fixes 3.4.1's coredump
* Tue Feb 07 2006 Jason Vas Dias<jvdias@redhat.com> - 3.4.1-1
- Upgrade to upstream version 3.4.1
- fix core dump
2006-01-13 19:19:56 +00:00
* Fri Jan 13 2006 Jason Vas Dias<jvdias@redhat.com> - 3.4.0-1
2006-01-13 19:19:16 +00:00
- Upgrade to upstream version 3.4.0
2005-12-21 20:27:10 +00:00
* 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
* Tue Dec 20 2005 Jason Vas Dias<jvdias@redhat.com> - 3.3.5-2
- fix bug 176175: perl-String-CRC32 now in separate RPM
* Thu Dec 15 2005 Jason Vas Dias<jvdias@redhat.com> - 3.3.5-1
- Upgrade to version 3.3.5
- fix bug bz172376 : host lookups should use any address found after timeout
2005-12-09 22:41:16 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-11-11 17:22:32 +00:00
* Fri Nov 11 2005 Jason Vas Dias <jvdias@redhat.com> - 3.3.3-1
- Upgrade to upstream 3.3.3 release, fixing bug 171884 .
2005-10-18 16:51:43 +00:00
* Tue Oct 18 2005 Jason Vas Dias <jvdias@redhat.com> - 3.3.2-1
- *** PLEASE COULD ANYONE MODIFYING lftp TEST IT BEFORE SUBMITTING! ***
2005-10-18 16:52:38 +00:00
(and preferably contact the lftp package maintainer (me) first - thank you!)
2005-10-18 16:51:43 +00:00
bug 171096 : 'mget files in lftp causes abort' (core dump actually)
resulted from not doing so .
2005-10-18 16:52:38 +00:00
See http://lftp.yar.ru :
Recent events:2005-10-17:
lftp-3.3.2 released. Fixed a coredump caused by double-free.
2005-10-18 16:51:43 +00:00
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com> - 3.3.1-1
2005-10-15 16:08:52 +00:00
- 3.3.1
2005-10-18 16:51:43 +00:00
* Wed Aug 24 2005 Jason Vas Dias <jvdias@redhat.com> - 3.3.0-1
2005-08-24 15:48:48 +00:00
- Upgrade to upstream version 3.3.0
2005-08-08 12:08:04 +00:00
* Mon Aug 8 2005 Tomas Mraz <tmraz@redhat.com> - 3.2.1-2
- rebuild with new gnutls
2005-06-30 05:24:50 +00:00
* Thu Jun 30 2005 Warren Togami <wtogami@redhat.com> 3.2.1-1
- 3.2.1
2005-04-25 18:12:29 +00:00
* Mon Apr 25 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.3-1
- Upgrade to upstream version 3.1.3
2005-03-08 21:16:50 +00:00
* Tue Mar 8 2005 Jason Vas Dias <jvdias@redhat.com> 3.1.0-1
- Upgrade to upstream verson 3.1.0; remove patch for broken libtool
2005-03-08 20:32:36 +00:00
* Tue Mar 8 2005 Joe Orton <jorton@redhat.com> 3.0.13-2
- rebuild
2005-01-22 00:00:51 +00:00
* Fri Jan 21 2005 Jason Vas Dias <jvdias@redhat.com> 3.0.13-1
- Upgrade to upstream version 3.0.13 .
2005-01-12 15:10:34 +00:00
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.6-4
- Rebuilt for new readline.
2004-10-18 16:21:22 +00:00
* Mon Oct 18 2004 Jason Vas Dias <jvdias@redhat.com> 3.0.6-3
- rebuilding for current FC3 glibc fixes bug 136109
* Mon Aug 16 2004 Nalin Dahyabhai <nalin@redhat.com> 3.0.6-2
- rebuild
* Tue Jun 15 2004 Nalin Dahyabhai <nalin@redhat.com> 3.0.6-1
- update to 3.0.6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Mar 12 2004 Nalin Dahyabhai <nalin@redhat.com> 2.6.12-1
- update to 2.6.12
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Dec 16 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.10-3
- add patch to avoid DoS when connecting to HTTP servers (or "HTTP" "servers")
which don't provide status headers, or provide empty lines instead of status
headers
* Fri Dec 12 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.10-2
- rebuild
* Fri Dec 12 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.10-1
- update to 2.6.10, which folds in the previous patches
- configure with --with-debug so that we get useful debug info
* Tue Dec 9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.9-1
- include patch based on patch from Ulf Härnhammar to fix unsafe use of
sscanf when reading http directory listings (CAN-2003-0963)
- include patch based on patch from Ulf Härnhammar to fix compile warnings
modified based on input from Solar Designer
* Mon Dec 8 2003 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.6.9
* Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com>
- Fix libtool
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.3-2
- rebuild
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
- use openssl's pkg-config data, if available
* Thu Nov 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.6.3-1
- update to 2.6.3
* Tue Nov 12 2002 Tim Powers <timp@redhat.com> 2.6.2-2
- remove files we aren't including from the $$RPM_BUILD_ROOT
* Fri Oct 4 2002 Nalin Dahyabhai <nalin@redhat.com> 2.6.2-1
- build with the system's libtool
* Thu Sep 26 2002 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.6.2
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
- rebuilt with gcc-3.2 (we hope)
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 2.5.2-4
- build using gcc-3.2-0.1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.5.2-3
- automated rebuild
* Sun May 26 2002 Tim Powers <timp@redhat.com> 2.5.2-2
- automated rebuild
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.2-1
- update to 2.5.2
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.9-1
- update to 2.4.9
* Mon Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.8-1
- update to 2.4.8
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.4.0-3
- automated rebuild
* Thu Aug 16 2001 Nalin Dahyabhai <nalin@redhat.com> 2.4.0-2
- remove the .la files from the final package -- these aren't libraries
people link with anyway
* Mon Aug 6 2001 Nalin Dahyabhai <nalin@redhat.com> 2.4.0-1
auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai <nalin@redhat.com> - langify Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com> - explicitly list the modules which are built when the package compiles, so that module build failures (for whatever reason) get caught Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.9 Fri Mar 02 2001 Tim Powers <timp@redhat.com> - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 2.3.5 Mon Jul 24 2000 Prospector <prospector@redhat.com> - rebuilt Thu Jul 13 2000 Tim Powers <timp@redhat.com> - patched to build with gcc-2.96 - use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when using g++ on two files, one being a C++ source, and the other a C source. Using gcc does the correct thing. Mon Jul 10 2000 Tim Powers <timp@redhat.com> - rebuilt Thu Jun 08 2000 Tim Powers <timp@redhat.com> - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers <timp@redhat.com> - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers <timp@redhat.com> - fixed package description etc. Fri Jan 21 2000 Tim Powers <timp@redhat.com> - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers <timp@redhat.com> - initial build for Powertools
2004-09-09 07:14:42 +00:00
- update to 2.4.0 (fixes some memory leaks and globbing cases)
* Thu Jul 5 2001 Nalin Dahyabhai <nalin@redhat.com>
- langify
* Fri Jun 29 2001 Nalin Dahyabhai <nalin@redhat.com>
- explicitly list the modules which are built when the package compiles, so
that module build failures (for whatever reason) get caught
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- merge in changes from ja .spec file
* Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.3.11
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.3.9
* Fri Mar 2 2001 Tim Powers <timp@redhat.com>
- rebuilt against openssl-0.9.6-1
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.3.7
* Thu Jan 4 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.3.6
* Fri Dec 1 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 2.3.5
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
- rebuilt
* Thu Jul 13 2000 Tim Powers <timp@redhat.com>
- patched to build with gcc-2.96
- use gcc instead of c++ for CXX, otherwise you expose an ICE in gcc when
using g++ on two files, one being a C++ source, and the other a C source.
Using gcc does the correct thing.
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
- rebuilt
* Thu Jun 8 2000 Tim Powers <timp@redhat.com>
- fix man page location
- use %%makeinstall
- use predefined macros wherever possible
* Mon May 15 2000 Tim Powers <timp@redhat.com>
- updated to 2.2.2
- added locales tofiles list
- built for 7.0
* Thu Jan 27 2000 Tim Powers <timp@redhat.com>
- fixed package description etc.
* Fri Jan 21 2000 Tim Powers <timp@redhat.com>
- ughh. didn't include /usr/lib/lftp in files list, fixed
* Thu Jan 13 2000 Tim Powers <timp@redhat.com>
- initial build for Powertools