修改help包为弱安装依赖

This commit is contained in:
loong_C 2022-06-07 15:10:58 +08:00
parent 889e98f342
commit 2ef28706d7

View File

@ -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 <loong_c@yeah.net> - 1.19-5
- modify tcllib-help to Recommends
* Mon Nov 09 2020 liuweibo <liuweibo10@huawei.com> - 1.19-4
- append help requires to tcllib