!11 Add the compilation dependency of gcc.

From: @lijingyuan007
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-05-27 21:26:25 +08:00 committed by Gitee
commit 61b8e79dbf

View File

@ -1,6 +1,6 @@
Name: wget Name: wget
Version: 1.20.3 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. Summary: A package for retrieving files using HTTP, HTTPS, FTP and FTPS the most widely-used Internet protocols.
License: GPLv3+ License: GPLv3+
Url: http://www.gnu.org/software/wget/ Url: http://www.gnu.org/software/wget/
@ -22,6 +22,7 @@ Patch9000: avoid-triggering-signed-integer-overflow.patch
Provides: webclient bundled(gnulib) Provides: webclient bundled(gnulib)
BuildRequires: perl-HTTP-Daemon python3 libuuid-devel perl-podlators libpsl-devel libmetalink-devel 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: gnutls-devel pkgconfig texinfo gettext autoconf libidn2-devel gpgme-devel zlib-devel
BuildRequires: gcc
%description %description
GNU Wget is a free software package for retrieving files using HTTP, HTTPS, GNU Wget is a free software package for retrieving files using HTTP, HTTPS,
@ -65,6 +66,12 @@ make check
%{_infodir}/* %{_infodir}/*
%changelog %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 * Tue Dec 15 2020 xihaochen <xihaochen@huawei.com> - 1.20.3-3
- Type:requirement - Type:requirement
- ID:NA - ID:NA