Added metalink support (#1321334)

This commit is contained in:
Filip Čáp 2016-05-18 14:09:10 +02:00
parent 3503a27b7a
commit a0c33de08c

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols
Name: wget
Version: 1.17.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
Group: Applications/Internet
Url: http://www.gnu.org/software/wget/
@ -16,7 +16,7 @@ Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
# needed for test suite
BuildRequires: perl-HTTP-Daemon, python3
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators, libpsl-devel
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -43,7 +43,8 @@ support for Proxy servers, and configurability.
--enable-ntlm \
--enable-nls \
--enable-ipv6 \
--disable-rpath
--disable-rpath \
--with-metalink
make %{?_smp_mflags}
@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Wed May 18 2016 Filip Čáp <cap.filip.dev@gmail.com> - 1.17.1-4
- Added metalink support (#1321334)
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild