From 27a6401cb2577fe6c55f1e5d3a1bd49f57b8ca29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 20:55:11 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- ocaml-findlib.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 375d1d2..dd658a7 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -1,6 +1,6 @@ Name: ocaml-findlib Version: 1.8.0 -Release: 5 +Release: 6 Summary: OCaml library manager License: BSD URL: http://projects.camlcity.org/projects/findlib.html @@ -24,11 +24,7 @@ Requires: %{name} = %{version}-%{release} The package provides libraries and some other development documents for developing applications that use %{name}. -%package help -Summary: Help documents for %{name} - -%description help -The package provides man pages and some other help information for %{name}. +%package_help %prep %autosetup -p1 -n findlib-%{version} @@ -69,5 +65,8 @@ make install prefix=$RPM_BUILD_ROOT OCAMLFIND_BIN=%{_bindir} OCAMLFIND_MAN=%{ %{_mandir}/man{1,5}/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 1.8.0-6 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Feb 26 2020 zhouyihang - 1.8.0-5 - Package init -- Gitee