From 8ccbc4a26fa48a76af900e124fd70f76aaf1ac27 Mon Sep 17 00:00:00 2001 From: lijingyuan007 <18829898205@163.com> Date: Thu, 27 May 2021 10:55:53 +0800 Subject: [PATCH] Add the compilation dependency of gcc. --- wget.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wget.spec b/wget.spec index 66564c2..7bcf519 100644 --- a/wget.spec +++ b/wget.spec @@ -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 - 1.20.3-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add the compilation dependency of gcc. + * Tue Dec 15 2020 xihaochen - 1.20.3-3 - Type:requirement - ID:NA -- Gitee