diff --git a/papi.spec b/papi.spec index 405b26e18eba0079d611ad7e67741a8ca30bef19..cad0b01e49b81090f3ac188be4b3d32d96aaffcb 100644 --- a/papi.spec +++ b/papi.spec @@ -1,6 +1,6 @@ Name: papi Version: 5.7.0 -Release: 2 +Release: 3 Summary: Performance Application Programming Interface License: BSD URL: http://icl.cs.utk.edu/papi/ @@ -31,11 +31,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 @@ -94,6 +90,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Huanyu Li - 5.7.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Aug 14 2023 yangchenguang - 5.7.0-2 - Add loongarch64 and sw_64 support