Fix FTBFS (#1499876)
This commit is contained in:
parent
97c028b192
commit
9100e0b29c
10
wget.spec
10
wget.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.19.1
|
Version: 1.19.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
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
|
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
|
# needed because of added test in Patch3. Need to remove this after rebase
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: gpgme-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,7 +59,11 @@ grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1
|
|||||||
%patch6 -p1 -b .netrc_4
|
%patch6 -p1 -b .netrc_4
|
||||||
%patch7 -p1 -b .failing-tests
|
%patch7 -p1 -b .failing-tests
|
||||||
|
|
||||||
|
sed -i 's|/{{port|/{\\{port|' tests/*.{pm,px}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
aclocal
|
||||||
|
autoreconf
|
||||||
%configure \
|
%configure \
|
||||||
--with-ssl=gnutls \
|
--with-ssl=gnutls \
|
||||||
--with-libpsl \
|
--with-libpsl \
|
||||||
@ -103,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user