Add a BuildRequires for gcc
(cherry picked from commit a6861e63b7f010ebc0d86f8ee977528ef3079f69)
This commit is contained in:
parent
96ed989534
commit
bc820f9985
8
tk.spec
8
tk.spec
@ -3,13 +3,14 @@
|
|||||||
|
|
||||||
Name: tk
|
Name: tk
|
||||||
Version: 8.6.10
|
Version: 8.6.10
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The graphical toolkit for the Tcl scripting language
|
Summary: The graphical toolkit for the Tcl scripting language
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: TCL
|
License: TCL
|
||||||
URL: http://tcl.sourceforge.net
|
URL: http://tcl.sourceforge.net
|
||||||
Source0: http://download.sourceforge.net/sourceforge/tcl/%{name}%{version}-src.tar.gz
|
Source0: http://download.sourceforge.net/sourceforge/tcl/%{name}%{version}-src.tar.gz
|
||||||
Requires: tcl = %{epoch}:%{version} glibc
|
Requires: tcl = %{epoch}:%{version} glibc
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: tcl-devel = %{epoch}:%{version} autoconf libX11-devel libXft-devel
|
BuildRequires: tcl-devel = %{epoch}:%{version} autoconf libX11-devel libXft-devel
|
||||||
|
|
||||||
Conflicts: itcl <= 3.2
|
Conflicts: itcl <= 3.2
|
||||||
@ -102,7 +103,10 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu
|
|||||||
%{_mandir}/mann/*
|
%{_mandir}/mann/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 19 2020 zhangrui<zhangrui182@huawei.com> - 1:8.6.10-1
|
* Thu May 27 2021 liuyumeng<liuyumeng5@huawei.com> - 1:8.6.10-2
|
||||||
|
- Add a BuildRequires for gcc
|
||||||
|
|
||||||
|
* Thu Jul 30 2020 chengguipeng<chengguipeng1@huawei.com> - 1:8.6.10-1
|
||||||
- Upgrade to 1:8.6.10-1
|
- Upgrade to 1:8.6.10-1
|
||||||
|
|
||||||
* Tue Aug 18 2020 smileknife<jackshan2010@aliyun.com> - 1:8.6.8-5
|
* Tue Aug 18 2020 smileknife<jackshan2010@aliyun.com> - 1:8.6.8-5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user