From ff8845658f2710bb5f8d964d1c242179de54e693 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:41:05 +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 4f88f6b..8d1b378 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,6 +1,6 @@ Name: hwloc Version: 1.11.9 -Release: 4 +Release: 5 Summary: Hardware locality utilities and libraries License: BSD 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 @@ -107,6 +103,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_pkgdocdir}/*[^c] %changelog +* Tue Aug 20 2024 yangzhuolin - 1.11.9-5 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Jul 22 2021 shixuantong - 1.11.9-4 - move %{_pkgdocdir} to help subpackage -- Gitee