From 0d03902280546fcacb233b1ffec5b03d41f39afe Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 3 Jun 2021 09:53:34 +0800 Subject: [PATCH] fixes failed: Could not find a C compiler --- jimtcl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jimtcl.spec b/jimtcl.spec index b3ab779..2eec079 100644 --- a/jimtcl.spec +++ b/jimtcl.spec @@ -1,12 +1,12 @@ Name: jimtcl Version: 0.78 -Release: 2 +Release: 3 Summary: A small embeddable Tcl interpreter License: BSD URL: http://jim.tcl.tk Source0: https://github.com/msteveb/jimtcl/archive/%{version}/jimtcl-%{version}.tar.gz -BuildRequires: asciidoc +BuildRequires: asciidoc gcc %description Jim is an opensource small-footprint implementation of the Tcl programming language. @@ -57,6 +57,9 @@ cd $RPM_BUILD_ROOT%{_libdir}; ln -s libjim.so.* libjim.so %exclude %{_libdir}/jim/{tcltest.tcl,README.extensions} %changelog +* Thu Jun 03 2021 wulei - 0.78-3 +- fixes failed: Could not find a C compiler + * Tue Nov 05 2019 Lijin Yang - 0.78-2 - inital package -- Gitee