This commit is contained in:
Troy Dawson 2017-10-09 09:22:18 -07:00
parent 97c028b192
commit 9100e0b29c

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols
Name: wget
Version: 1.19.1
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv3+
Group: Applications/Internet
Url: http://www.gnu.org/software/wget/
@ -32,6 +32,7 @@ BuildRequires: perl-HTTP-Daemon, python3
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel
# needed because of added test in Patch3. Need to remove this after rebase
BuildRequires: automake
BuildRequires: gpgme-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -58,7 +59,11 @@ grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1
%patch6 -p1 -b .netrc_4
%patch7 -p1 -b .failing-tests
sed -i 's|/{{port|/{\\{port|' tests/*.{pm,px}
%build
aclocal
autoreconf
%configure \
--with-ssl=gnutls \
--with-libpsl \
@ -103,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Mon Oct 09 2017 Troy Dawson <tdawson@redhat.com> - 1.19.1-6
- Fix FTBFS (#1499876)
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild