From 2ef28706d71817d95d81111e33886b6023044c50 Mon Sep 17 00:00:00 2001 From: loong_C Date: Tue, 7 Jun 2022 15:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9help=E5=8C=85=E4=B8=BA?= =?UTF-8?q?=E5=BC=B1=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcllib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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