diff --git a/tcllib.spec b/tcllib.spec index e1c6060..ffb3a4c 100644 --- a/tcllib.spec +++ b/tcllib.spec @@ -4,13 +4,14 @@ Summary: The standard Tcl library Name: tcllib Version: 1.19 -Release: 4 +Release: 5 License: BSD URL: http://tcllib.sourceforge.net/ Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.xz BuildArch: noarch -Requires: tcl(abi) = 8.6 %{name}-help = %{version}-%{release} +Requires: tcl(abi) = 8.6 +Recommends: %{name}-help = %{version}-%{release} BuildRequires: tcl >= 8.3.1 Patch0001: 0001-Fix-invalid-command-name-log.patch @@ -61,6 +62,9 @@ find %{buildroot}/%{_datadir} -name \*.tcl | xargs chmod 0644 %{_mandir}/mann/* %changelog +* Tue Jun 07 2022 loong_C - 1.19-5 +- modify tcllib-help to Recommends + * Mon Nov 09 2020 liuweibo - 1.19-4 - append help requires to tcllib