!6 yum安装后无法直接使用man 查看帮助手册,更新spec,让主包安装时依赖help包

From: @jl_git
Reviewed-by: @jeff200902,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-09 19:30:08 +08:00 committed by Gitee
commit 3103993e0e

View File

@ -1,6 +1,6 @@
Name: ocaml
Version: 4.07.0
Release: 6
Release: 7
Summary: OCaml compiler and programming environment
License: QPL and (LGPLv2+ with exceptions)
URL: http://www.ocaml.org
@ -13,7 +13,7 @@ BuildRequires: gcc binutils-devel ncurses-devel gdbm-devel emacs gawk perl-inte
BuildRequires: util-linux libICE-devel libSM-devel libX11-devel libXaw-devel libXext-devel
BuildRequires: libXft-devel libXmu-devel libXrender-devel libXt-devel chrpath
Requires: gcc util-linux libX11-devel emacs(bin)
Requires: gcc util-linux libX11-devel emacs(bin) ocaml-help
Provides: bundled(md5-plumb) ocaml(runtime) = %{version}
Provides: ocaml(compiler) = %{version}
@ -237,6 +237,9 @@ find %{buildroot} \( -name '*.cmt' -o -name '*.cmti' \) -a -delete
%{_mandir}/man3/*
%changelog
* Fri Nov 6 2020 jialei <jialei17@huawei.com> - 4.07.0-7
- add help for Requires
* Thu Jan 22 2020 yanzhihua <yanzhihua4@huawei.com> - 4.07.0-6
- modify patching method