automatic version update by autodist [release 4.9.3-1mamba;Mon Nov 18 2024]
This commit is contained in:
parent
3c3cff8f20
commit
dc92e657ac
33
lftp.spec
33
lftp.spec
@ -1,41 +1,30 @@
|
|||||||
Name: lftp
|
Name: lftp
|
||||||
Version: 4.9.2
|
Version: 4.9.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A sophisticated file transfer program
|
Summary: A sophisticated file transfer program
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://lftp.yar.ru/
|
URL: http://lftp.yar.ru/
|
||||||
Source: http://lftp.yar.ru/ftp/lftp-%{version}.tar.xz
|
Source: http://lftp.yar.ru/ftp/lftp-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgmp-devel
|
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn2-devel
|
||||||
BuildRequires: libncurses5
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libnettle-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libp11-kit-devel
|
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtasn1-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: perl-DBI
|
BuildRequires: perl-DBI
|
||||||
BuildRequires: perl-String-CRC32
|
BuildRequires: perl-String-CRC32
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: trousers-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: gettext-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
#Requires: perl-String-CRC32
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols.
|
LFTP is sophisticated ftp/http client, file transfer program supporting a number of network protocols.
|
||||||
@ -53,8 +42,9 @@ LFTP is sophisticated ftp/http client, file transfer program supporting a number
|
|||||||
Like bash, it has job control and uses readline library for input.
|
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 has bookmarks, built-in mirror, can transfer several files in parallel.
|
||||||
It was designed with reliability in mind.
|
It was designed with reliability in mind.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -64,7 +54,6 @@ sed -i "s|/lib\"|/lib64\"|g" configure
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#autoreconf -f -i
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
@ -82,11 +71,10 @@ sed -i "s|/lib\"|/lib64\"|g" configure
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/lftp.conf
|
||||||
%{_bindir}/lftp
|
%{_bindir}/lftp
|
||||||
%{_bindir}/lftpget
|
%{_bindir}/lftpget
|
||||||
%{_datadir}/applications/lftp.desktop
|
%{_datadir}/applications/lftp.desktop
|
||||||
@ -111,7 +99,7 @@ sed -i "s|/lib\"|/lib64\"|g" configure
|
|||||||
%{_datadir}/lftp/import-netscape
|
%{_datadir}/lftp/import-netscape
|
||||||
%{_datadir}/lftp/verify-file
|
%{_datadir}/lftp/verify-file
|
||||||
%{_datadir}/lftp/xdg-move
|
%{_datadir}/lftp/xdg-move
|
||||||
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/lftp.conf
|
%{_datadir}/zsh/site-functions/_lftp
|
||||||
%{_mandir}/man1/lftp.*
|
%{_mandir}/man1/lftp.*
|
||||||
%{_mandir}/man1/lftpget.*
|
%{_mandir}/man1/lftpget.*
|
||||||
%{_mandir}/man5/lftp.conf.*
|
%{_mandir}/man5/lftp.conf.*
|
||||||
@ -119,13 +107,14 @@ sed -i "s|/lib\"|/lib64\"|g" configure
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liblftp-jobs.la
|
|
||||||
%{_libdir}/liblftp-jobs.so
|
%{_libdir}/liblftp-jobs.so
|
||||||
%{_libdir}/liblftp-tasks.la
|
|
||||||
%{_libdir}/liblftp-tasks.so
|
%{_libdir}/liblftp-tasks.so
|
||||||
%doc BUGS ChangeLog NEWS README* THANKS TODO
|
%doc BUGS ChangeLog NEWS README* THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2024 Automatic Build System <autodist@openmamba.org> 4.9.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 14 2020 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
* Fri Aug 14 2020 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user