Add the compilation dependency of gcc.

This commit is contained in:
lijingyuan007 2021-05-27 10:55:53 +08:00
parent 2bd977d929
commit 8ccbc4a26f

View File

@ -1,6 +1,6 @@
Name: wget
Version: 1.20.3
Release: 3
Release: 4
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/
@ -22,6 +22,7 @@ Patch9000: avoid-triggering-signed-integer-overflow.patch
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
BuildRequires: gcc
%description
GNU Wget is a free software package for retrieving files using HTTP, HTTPS,
@ -65,6 +66,12 @@ make check
%{_infodir}/*
%changelog
* Thu May 27 2021 lijingyuan <lijingyuan3@huawei.com> - 1.20.3-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Add the compilation dependency of gcc.
* Tue Dec 15 2020 xihaochen <xihaochen@huawei.com> - 1.20.3-3
- Type:requirement
- ID:NA