From bc820f99850acfe0e85f89a1a798f5905832a1e2 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Thu, 27 May 2021 10:10:26 +0800 Subject: [PATCH] Add a BuildRequires for gcc (cherry picked from commit a6861e63b7f010ebc0d86f8ee977528ef3079f69) --- tk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tk.spec b/tk.spec index 8897e3d..c1976d5 100644 --- a/tk.spec +++ b/tk.spec @@ -3,13 +3,14 @@ Name: tk Version: 8.6.10 -Release: 1 +Release: 2 Summary: The graphical toolkit for the Tcl scripting language Epoch: 1 License: TCL URL: http://tcl.sourceforge.net Source0: http://download.sourceforge.net/sourceforge/tcl/%{name}%{version}-src.tar.gz Requires: tcl = %{epoch}:%{version} glibc +BuildRequires: gcc BuildRequires: tcl-devel = %{epoch}:%{version} autoconf libX11-devel libXft-devel Conflicts: itcl <= 3.2 @@ -102,7 +103,10 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu %{_mandir}/mann/* %changelog -* Wed Aug 19 2020 zhangrui - 1:8.6.10-1 +* Thu May 27 2021 liuyumeng - 1:8.6.10-2 +- Add a BuildRequires for gcc + +* Thu Jul 30 2020 chengguipeng - 1:8.6.10-1 - Upgrade to 1:8.6.10-1 * Tue Aug 18 2020 smileknife - 1:8.6.8-5 -- Gitee