From b893209bfda54adb586ca66a9bb26c5f182c0c80 Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Tue, 20 Aug 2024 14:32:31 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- papi.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/papi.spec b/papi.spec index dc0e863..7b40dbf 100644 --- a/papi.spec +++ b/papi.spec @@ -1,6 +1,6 @@ Name: papi Version: 7.1.0 -Release: 2 +Release: 3 Summary: Performance Application Programming Interface License: BSD-3-clause URL: http://icl.cs.utk.edu/papi/ @@ -30,11 +30,7 @@ Obsoletes: papi-testsuite < %{version}-%{release} papi-static < %{version} PAPI-devel provides C header files for specifying PAPI user-space libraries and interfaces, a test testuiste for checking PAPI functionality, and static libraries for compiling programs with PAPI. -%package help -Summary: Help documents for papi - -%description help -The papi-help package conatins manual pages and documents for papi. +%package_help %prep %autosetup -p1 @@ -90,6 +86,9 @@ done %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Huanyu Li - 7.1.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Apr 16 2024 Wenlong Zhang - 7.1.0-2 - add loongarch64 support for papi -- Gitee