From a86b82a615d4275325bf44e24483358764990488 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:14:42 +0000 Subject: [PATCH] auto-import changelog data from lftp-2.4.0-1.src.rpm Mon Aug 06 2001 Nalin Dahyabhai - update to 2.4.0 (fixes some memory leaks and globbing cases) Thu Jul 05 2001 Nalin Dahyabhai - langify Fri Jun 29 2001 Nalin Dahyabhai - 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 - merge in changes from ja .spec file Wed May 30 2001 Nalin Dahyabhai - update to 2.3.11 Fri Apr 27 2001 Nalin Dahyabhai - update to 2.3.9 Fri Mar 02 2001 Tim Powers - rebuilt against openssl-0.9.6-1 Fri Jan 19 2001 Nalin Dahyabhai - update to 2.3.7 Thu Jan 04 2001 Nalin Dahyabhai - update to 2.3.6 Fri Dec 01 2000 Nalin Dahyabhai - update to 2.3.5 Mon Jul 24 2000 Prospector - rebuilt Thu Jul 13 2000 Tim Powers - 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 - rebuilt Thu Jun 08 2000 Tim Powers - fix man page location - use %makeinstall - use predefined macros wherever possible Mon May 15 2000 Tim Powers - updated to 2.2.2 - added locales tofiles list - built for 7.0 Thu Jan 27 2000 Tim Powers - fixed package description etc. Fri Jan 21 2000 Tim Powers - ughh. didn't include /usr/lib/lftp in files list, fixed Thu Jan 13 2000 Tim Powers - initial build for Powertools --- .cvsignore | 1 + lftp.spec | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 116 insertions(+) create mode 100644 lftp.spec diff --git a/.cvsignore b/.cvsignore index e69de29..308a329 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +lftp-2.4.0.tar.bz2 diff --git a/lftp.spec b/lftp.spec new file mode 100644 index 0000000..c49f829 --- /dev/null +++ b/lftp.spec @@ -0,0 +1,114 @@ +Summary: A sophisticated file transfer program +Name: lftp +Version: 2.4.0 +Release: 1 +License: GPL +Group: Applications/Internet +Source: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2 +Patch0: lftp-2.3.11-readline.patch +URL: http://lftp.yar.ru/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildPrereq: ncurses-devel, openssl-devel, readline-devel + +%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. + +%prep +%setup -q +%patch -p1 -b .readline + +%build +LDFLAGS=-L`pwd`/src/.libs ; export LDFLAGS +%configure --with-modules +make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/* +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root) +%doc BUGS COPYING ChangeLog FAQ FEATURES README* NEWS THANKS TODO +%config %{_sysconfdir}/lftp.conf +%{_bindir}/* +%{_mandir}/*/* +%{_datadir}/lftp +%dir %{_libdir}/lftp +%dir %{_libdir}/lftp/%{version} +%{_libdir}/lftp/%{version}/cmd-mirror* +%{_libdir}/lftp/%{version}/cmd-sleep* +%{_libdir}/lftp/%{version}/libnetwork* +%{_libdir}/lftp/%{version}/proto-file* +%{_libdir}/lftp/%{version}/proto-ftp* +%{_libdir}/lftp/%{version}/proto-http* + +%changelog +* Mon Aug 6 2001 Nalin Dahyabhai +- update to 2.4.0 (fixes some memory leaks and globbing cases) + +* Thu Jul 5 2001 Nalin Dahyabhai +- langify + +* Fri Jun 29 2001 Nalin Dahyabhai +- 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 +- merge in changes from ja .spec file + +* Wed May 30 2001 Nalin Dahyabhai +- update to 2.3.11 + +* Fri Apr 27 2001 Nalin Dahyabhai +- update to 2.3.9 + +* Fri Mar 2 2001 Tim Powers +- rebuilt against openssl-0.9.6-1 + +* Fri Jan 19 2001 Nalin Dahyabhai +- update to 2.3.7 + +* Thu Jan 4 2001 Nalin Dahyabhai +- update to 2.3.6 + +* Fri Dec 1 2000 Nalin Dahyabhai +- update to 2.3.5 + +* Mon Jul 24 2000 Prospector +- rebuilt + +* Thu Jul 13 2000 Tim Powers +- 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 +- rebuilt + +* Thu Jun 8 2000 Tim Powers +- fix man page location +- use %%makeinstall +- use predefined macros wherever possible + +* Mon May 15 2000 Tim Powers +- updated to 2.2.2 +- added locales tofiles list +- built for 7.0 + +* Thu Jan 27 2000 Tim Powers +- fixed package description etc. + +* Fri Jan 21 2000 Tim Powers +- ughh. didn't include /usr/lib/lftp in files list, fixed + +* Thu Jan 13 2000 Tim Powers +- initial build for Powertools diff --git a/sources b/sources index e69de29..cda6207 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +57f3c9ab0e40cd0c7258c335ad05bd09 lftp-2.4.0.tar.bz2