From 4d539532b54f14e546047eefd596afd62c66006c 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 21:09:07 +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 8263195..9e60d7f 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -1,6 +1,6 @@ Name: ocaml-findlib Version: 1.9.1 -Release: 1 +Release: 2 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,6 +65,9 @@ make install prefix=$RPM_BUILD_ROOT OCAMLFIND_BIN=%{_bindir} OCAMLFIND_MAN=%{ %{_mandir}/man{1,5}/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 1.9.1-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Jan 20 2022 yangping - 1.9.1-1 - Update to 1.9.1 -- Gitee