From 3bdbb718aaaffe2382d278a5717702e0687a0648 Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Tue, 20 Aug 2024 14:28:41 +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 e2d1760..b2a96cf 100644 --- a/papi.spec +++ b/papi.spec @@ -1,6 +1,6 @@ Name: papi Version: 5.7.0 -Release: 1 +Release: 2 Summary: Performance Application Programming Interface License: BSD URL: http://icl.cs.utk.edu/papi/ @@ -27,11 +27,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 @@ -86,6 +82,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Huanyu Li - 5.7.0-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Feb 13 2023 liyanan - 5.7.0-1 - Update to 5.7.0 -- Gitee