diff --git a/jemalloc.spec b/jemalloc.spec index e0b82b2bcbd20a082bdcd8904a304eb9b3fa905f..eb0557bc77c7a99045e5481b50eca46572a288bc 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,7 +12,7 @@ Name: jemalloc Version: 5.1.0 -Release: 5 +Release: 6 Summary: General-purpose scalable concurrent malloc implementation License: BSD URL: http://www.canonware.com/jemalloc/ @@ -32,11 +32,7 @@ Requires: %{name} = %{version}-%{release} %description devel The devel contains libraries and header files for use in jemalloc applications. -%package help -Summary: help for jemalloc. - -%description help -The help package contains manual pages and other related files for jemalloc. +%package_help %prep %autosetup -p1 @@ -83,6 +79,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Tue Aug 20 2024 guochaofan - 5.1.0-6 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Dec 28 2023 fandehui - 5.1.0-5 - Fix an incorrect assertion.