From 91375cf35dd625d7e6548d7d02ef5de29621490e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:29:28 +0800 Subject: [PATCH] License compliance rectification --- jimtcl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jimtcl.spec b/jimtcl.spec index 2eec079..2c17c36 100644 --- a/jimtcl.spec +++ b/jimtcl.spec @@ -1,8 +1,8 @@ Name: jimtcl Version: 0.78 -Release: 3 +Release: 4 Summary: A small embeddable Tcl interpreter -License: BSD +License: BSD-2-Clause-Views URL: http://jim.tcl.tk Source0: https://github.com/msteveb/jimtcl/archive/%{version}/jimtcl-%{version}.tar.gz @@ -57,6 +57,9 @@ cd $RPM_BUILD_ROOT%{_libdir}; ln -s libjim.so.* libjim.so %exclude %{_libdir}/jim/{tcltest.tcl,README.extensions} %changelog +* Wed May 11 2022 wulei - 0.78-4 +- License compliance rectification + * Thu Jun 03 2021 wulei - 0.78-3 - fixes failed: Could not find a C compiler