Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-07 09:36:47 +08:00
parent 2383267fef
commit ff31cba980

View File

@ -2,13 +2,13 @@
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
Name: tclx
Version: 8.4.0
Release: 33
Release: 34
Summary: Extensions for Tcl and Tk
License: BSD
URL: http://tclx.sourceforge.net/
Source: http://downloads.sourceforge.net/tclx/tclx8.4.tar.bz2
Requires: tcl >= 8.4.13, tk >= 8.4.13
BuildRequires: tcl-devel >= 8.4.13, tk-devel >= 8.4.13
BuildRequires: tcl-devel >= 8.4.13, tk-devel >= 8.4.13 gcc
Patch0000: tclx-8.4-varinit.patch
Patch0001: tclx-8.4-relid.patch
Patch0002: tclx-8.4-man.patch
@ -76,6 +76,9 @@ echo '%{_libdir}/tcl%{tcl_version}/tclx8.4' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.s
%exclude %{_mandir}/man3/Handles.*
%changelog
* Fri Nov 08 2019 Lijin Yang <yanglijin@huawei.com> - 1.1.0-14
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 8.4.0-34
- Completing build dependencies to fix gcc compiler missing error
* Fri Nov 08 2019 Lijin Yang <yanglijin@huawei.com> - 8.4.0-33
- Package init