From e40620a6f9db3d7a46170cd06cababf38d618772 Mon Sep 17 00:00:00 2001 From: jialei Date: Fri, 6 Nov 2020 15:58:59 +0800 Subject: [PATCH] add help for Requires --- ocaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index e461591..fddc0d4 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -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 - 4.07.0-7 +- add help for Requires + * Thu Jan 22 2020 yanzhihua - 4.07.0-6 - modify patching method -- Gitee