From 54e8f11013f2a78dbca716281bfb2c3c8cfcfde1 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 22:09:43 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- openmpi.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index f8b9b8f..338c179 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 4.1.4 -Release: 4 +Release: 5 Summary: Open Source High Performance Computing License: BSD-3-Clause URL: http://www.open-mpi.org/ @@ -61,12 +61,7 @@ Requires: %{name} = %{version}-%{release} %description -n python3-openmpi openmpi python3 interface -%package help -Summary: Including man files for openmpi -Requires: man - -%description help -This contains man files for the using of openmpi. +%package_help %prep %autosetup -n openmpi-%{version} -p1 @@ -213,6 +208,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 4.1.4-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Feb 1 2024 peng.zou - 4.1.4-4 - Add ppc64le support -- Gitee