2019-09-30 11:19:50 -04:00
|
|
|
Name: wget
|
2020-01-12 00:31:41 +08:00
|
|
|
Version: 1.20.3
|
|
|
|
|
Release: 1
|
2019-09-30 11:19:50 -04:00
|
|
|
Summary: A package for retrieving files using HTTP, HTTPS, FTP and FTPS the most widely-used Internet protocols.
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
Url: http://www.gnu.org/software/wget/
|
|
|
|
|
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
Provides: webclient bundled(gnulib)
|
|
|
|
|
BuildRequires: perl-HTTP-Daemon python3 libuuid-devel perl-podlators libpsl-devel libmetalink-devel
|
|
|
|
|
BuildRequires: gnutls-devel pkgconfig texinfo gettext autoconf libidn2-devel gpgme-devel zlib-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNU Wget is a free software package for retrieving files using HTTP, HTTPS,
|
|
|
|
|
FTP and FTPS the most widely-used Internet protocols. It is a non-interactive
|
|
|
|
|
commandline tool, so it may easily be called from scripts, cron jobs, terminals
|
|
|
|
|
without X-Windows support, etc.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: help package for %{name}
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
This is the help package for %{name}. It includes some doc
|
|
|
|
|
files and man, info files.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --with-ssl=gnutls --with-libpsl --enable-largefile --enable-opie --enable-digest --enable-ntlm --enable-nls --enable-ipv6 --disable-rpath --with-metalink
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/wgetrc
|
|
|
|
|
%{_bindir}/wget
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%doc MAILING-LIST NEWS README doc/sample.wgetrc
|
|
|
|
|
%{_mandir}/man1/wget.*
|
|
|
|
|
%{_infodir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-01-12 00:31:41 +08:00
|
|
|
* Wed Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.20.3-1
|
|
|
|
|
- Type:NA
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:Package upgrade
|
|
|
|
|
|
2019-09-30 11:19:50 -04:00
|
|
|
* Sat Sep 14 2019 huzhiyu<huzhiyu1@huawei.com> - 1.19.5-6
|
|
|
|
|
- Package init
|