!9 为tcllib包添加help安装依赖

From: @kkkl12
Reviewed-by: @hht8,@xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2020-11-13 10:38:24 +08:00 committed by Gitee
commit 889e98f342

View File

@ -4,13 +4,13 @@
Summary: The standard Tcl library
Name: tcllib
Version: 1.19
Release: 3
Release: 4
License: BSD
URL: http://tcllib.sourceforge.net/
Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.xz
BuildArch: noarch
Requires: tcl(abi) = 8.6
Requires: tcl(abi) = 8.6 %{name}-help = %{version}-%{release}
BuildRequires: tcl >= 8.3.1
Patch0001: 0001-Fix-invalid-command-name-log.patch
@ -61,6 +61,9 @@ find %{buildroot}/%{_datadir} -name \*.tcl | xargs chmod 0644
%{_mandir}/mann/*
%changelog
* Mon Nov 09 2020 liuweibo <liuweibo10@huawei.com> - 1.19-4
- append help requires to tcllib
* Thu Oct 15 2020 lingsheng <lingsheng@huawei.com> - 1.19-3
- Fix invalid command name log