From d9edf0ea6bff0b6c88cff150233c60be13fe70b1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:36:09 +0100 Subject: [PATCH] automatic version update by autodist [release 4.4.16-1mamba;Wed May 07 2014] --- README.md | 5 + lftp.spec | 298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 303 insertions(+) create mode 100644 lftp.spec diff --git a/README.md b/README.md index e359df6..5b1ad9b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # lftp +LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols. +Like bash, it has job control and uses readline library for input. +It has bookmarks, built-in mirror, can transfer several files in parallel. +It was designed with reliability in mind. + diff --git a/lftp.spec b/lftp.spec new file mode 100644 index 0000000..15ab706 --- /dev/null +++ b/lftp.spec @@ -0,0 +1,298 @@ +Name: lftp +Version: 4.4.16 +Release: 1mamba +Summary: A sophisticated file transfer program +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://lftp.yar.ru/ +Source: http://lftp.yar.ru/ftp/lftp-%{version}.tar.xz +License: GPL +BuildRequires: bison +BuildRequires: gettext-devel +BuildRequires: libopenssl-devel +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libexpat-devel +BuildRequires: libgcc +BuildRequires: libgcrypt-devel +BuildRequires: libgnutls-devel +BuildRequires: libgpg-error-devel +BuildRequires: libncurses-devel +BuildRequires: libreadline-devel +BuildRequires: perl-devel +BuildRequires: perl-String-CRC32 +## AUTOBUILDREQ-END +#Requires: perl-String-CRC32 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols. +Like bash, it has job control and uses readline library for input. +It has bookmarks, built-in mirror, can transfer several files in parallel. +It was designed with reliability in mind. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} development +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols. +Like bash, it has job control and uses readline library for input. +It has bookmarks, built-in mirror, can transfer several files in parallel. +It was designed with reliability in mind. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure \ + --disable-rpath \ + --enable-shared \ + --disable-static \ + --with-modules + +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/lftp +%{_bindir}/lftpget +%{_libdir}/liblftp-jobs.so.* +%{_libdir}/liblftp-tasks.so.* +%dir %{_libdir}/lftp +%dir %{_libdir}/lftp/%{version} +%{_libdir}/lftp/%{version}/cmd-mirror.so +%{_libdir}/lftp/%{version}/cmd-sleep.so +%{_libdir}/lftp/%{version}/cmd-torrent.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 +%dir %{_datadir}/lftp +%{_datadir}/lftp/convert-mozilla-cookies +%{_datadir}/lftp/import-ncftp +%{_datadir}/lftp/import-netscape +%{_datadir}/lftp/verify-file +%{_datadir}/lftp/xdg-move +%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/lftp.conf +%{_mandir}/man1/lftp.* +%{_mandir}/man1/lftpget.* +%{_mandir}/man5/lftp.conf.* +%doc AUTHORS COPYING + +%files devel +%defattr(-,root,root) +%{_libdir}/liblftp-jobs.la +%{_libdir}/liblftp-jobs.so +%{_libdir}/liblftp-tasks.la +%{_libdir}/liblftp-tasks.so +%doc BUGS ChangeLog NEWS README* THANKS TODO + +%changelog +* Wed May 07 2014 Automatic Build System 4.4.16-1mamba +- automatic version update by autodist + +* Fri Jan 24 2014 Automatic Build System 4.4.15-1mamba +- automatic version update by autodist + +* Fri Dec 13 2013 Automatic Build System 4.4.14-1mamba +- automatic version update by autodist + +* Fri Nov 29 2013 Automatic Build System 4.4.13-1mamba +- automatic version update by autodist + +* Tue Nov 12 2013 Automatic Build System 4.4.11-1mamba +- automatic version update by autodist + +* Tue Oct 29 2013 Silvan Calarco 4.4.10-1mamba +- update to 4.4.10 + +* Sat Aug 24 2013 Automatic Build System 4.4.9-1mamba +- automatic version update by autodist + +* Wed May 29 2013 Automatic Build System 4.4.8-1mamba +- automatic version update by autodist + +* Thu May 23 2013 Automatic Build System 4.4.7-1mamba +- automatic version update by autodist + +* Fri May 17 2013 Automatic Build System 4.4.6-1mamba +- automatic version update by autodist + +* Mon Mar 18 2013 Automatic Build System 4.4.5-1mamba +- automatic version update by autodist + +* Wed Feb 27 2013 Automatic Build System 4.4.4-1mamba +- automatic version update by autodist + +* Thu Feb 07 2013 Automatic Build System 4.4.3-1mamba +- automatic version update by autodist + +* Fri Feb 01 2013 Automatic Build System 4.4.2-1mamba +- automatic version update by autodist + +* Fri Sep 28 2012 Automatic Build System 4.4.0-1mamba +- automatic version update by autodist + +* Wed Jul 04 2012 Automatic Build System 4.3.8-1mamba +- automatic version update by autodist + +* Wed May 30 2012 Automatic Build System 4.3.7-1mamba +- automatic version update by autodist + +* Mon Apr 02 2012 Automatic Build System 4.3.6-1mamba +- automatic version update by autodist + +* Tue Jan 24 2012 Automatic Build System 4.3.5-1mamba +- automatic version update by autodist + +* Sat Dec 31 2011 Automatic Build System 4.3.4-1mamba +- automatic version update by autodist + +* Thu Oct 20 2011 Automatic Build System 4.3.3-1mamba +- automatic version update by autodist + +* Fri Sep 16 2011 Automatic Build System 4.3.2-1mamba +- automatic version update by autodist + +* Tue Jun 28 2011 Automatic Build System 4.3.1-1mamba +- automatic update by autodist + +* Sat Jun 18 2011 Automatic Build System 4.3.0-1mamba +- automatic update by autodist + +* Fri Apr 29 2011 Automatic Build System 4.2.3-1mamba +- automatic update by autodist + +* Mon Apr 11 2011 Automatic Build System 4.2.2-1mamba +- automatic update by autodist + +* Wed Mar 30 2011 Automatic Build System 4.2.1-1mamba +- automatic update by autodist + +* Fri Mar 04 2011 Automatic Build System 4.2.0-1mamba +- automatic update by autodist + +* Mon Jan 17 2011 Automatic Build System 4.1.3-1mamba +- automatic update by autodist + +* Fri Dec 31 2010 Automatic Build System 4.1.2-1mamba +- automatic update by autodist + +* Wed Nov 24 2010 Automatic Build System 4.1.1-1mamba +- automatic update to 4.1.1 by autodist + +* Tue Nov 23 2010 Automatic Build System 4.1.0-1mamba +- automatic update to 4.1.0 by autodist + +* Thu Sep 02 2010 Automatic Build System 4.0.10-1mamba +- automatic update to 4.0.10 by autodist + +* Fri Jun 11 2010 Automatic Build System 4.0.9-1mamba +- automatic update to 4.0.9 by autodist + +* Mon May 24 2010 Automatic Build System 4.0.8-1mamba +- automatic update to 4.0.8 by autodist + +* Thu Apr 29 2010 Automatic Build System 4.0.7-1mamba +- automatic update to 4.0.7 by autodist + +* Thu Mar 25 2010 Davide Madrisan 4.0.6-1mamba +- update to 4.0.6 + +* Tue Dec 22 2009 Automatic Build System 4.0.5-1mamba +- automatic update to 4.0.5 by autodist + +* Thu Nov 19 2009 Automatic Build System 4.0.4-1mamba +- automatic update to 4.0.4 by autodist + +* Tue Oct 20 2009 Automatic Build System 4.0.3-1mamba +- automatic update to 4.0.3 by autodist + +* Sat Sep 26 2009 Automatic Build System 4.0.2-1mamba +- automatic update to 4.0.2 by autodist + +* Wed Jul 22 2009 Automatic Build System 3.7.15-1mamba +- automatic update to 3.7.15 by autodist + +* Fri May 15 2009 Automatic Build System 3.7.14-1mamba +- automatic update to 3.7.14 by autodist + +* Fri May 01 2009 Automatic Build System 3.7.13-1mamba +- automatic update to 3.7.13 by autodist + +* Tue Apr 28 2009 Automatic Build System 3.7.12-1mamba +- automatic update to 3.7.12 by autodist + +* Sat Mar 21 2009 Silvan Calarco 3.7.11-1mamba +- automatic update to 3.7.11 by autodist + +* Wed Mar 18 2009 Silvan Calarco 3.7.10-1mamba +- automatic update to 3.7.10 by autodist + +* Wed Mar 04 2009 Silvan Calarco 3.7.9-1mamba +- automatic update to 3.7.9 by autodist + +* Fri Jan 23 2009 Silvan Calarco 3.7.8-1mamba +- automatic update to 3.7.8 by autodist + +* Sat Dec 13 2008 Silvan Calarco 3.7.7-1mamba +- automatic update to 3.7.7 by autodist + +* Tue Nov 18 2008 Silvan Calarco 3.7.6-1mamba +- automatic update to 3.7.6 by autodist + +* Mon Sep 08 2008 Silvan Calarco 3.7.4-1mamba +- automatic update to 3.7.4 by autodist + +* Wed Jun 04 2008 Silvan Calarco 3.7.3-1mamba +- update to 3.7.3 + +* Wed May 07 2008 Aleph0 3.7.2-1mamba +- update to 3.7.2 + +* Thu Apr 24 2008 Aleph0 3.7.1-1mamba +- update to 3.7.1 + +* Mon Jan 07 2008 Aleph0 3.6.2-1mamba +- update to 3.6.2 + +* Tue Nov 13 2007 Aleph0 3.6.1-1mamba +- update to 3.6.1 + +* Tue Oct 23 2007 Aleph0 3.5.15-1mamba +- update to 3.5.15 + +* Wed Sep 05 2007 Aleph0 3.5.14-1mamba +- update to 3.5.14 + +* Fri Jul 27 2007 Aleph0 3.5.12-1mamba +- update to 3.5.12 + +* Wed Apr 11 2007 Aleph0 3.5.11-1mamba +- update to version 3.5.11 by autospec +- added several missing build requirements +- rebuild with shared libraries + +* Wed Mar 28 2007 Silvan Calarco 3.5.10-1mamba +- package created by autospec