From a36085c42f181e458fc1e682eb0bb1cb430d849b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Tue, 20 Aug 2024 01:19:52 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco --- hwloc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hwloc.spec b/hwloc.spec index 9517785..a0f2257 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,6 +1,6 @@ Name: hwloc Version: 2.10.0 -Release: 2 +Release: 3 Summary: Hardware locality utilities and libraries License: BSD-3-Clause URL: https://www.open-mpi.org/projects/hwloc/ @@ -25,11 +25,7 @@ Requires: %{name} = %{version}-%{release} %description devel Contains header files, development libraries and shared object symbolic links for hwloc. -%package help -Summary: Help files for hwloc - -%description help -Contains documents and manuals files for hwloc +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -111,6 +107,9 @@ LD_LIBRARY_PATH=$PWD/hwloc/.libs make check %{_pkgdocdir}/*[^c] %changelog +* Tue Aug 20 2024 yangzhuolin - 2.10.0-3 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Mar 21 2024 xuhe - 2.10.0-2 - Fix Source0 info -- Gitee