diff --git a/jemalloc.spec b/jemalloc.spec index f8b82dbe284e07bebdb598fcd014b39b7064bd1b..1fb9c0b30043b9de4cdfcbdac1ded2a0e75d5b6d 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,7 +12,7 @@ Name: jemalloc Version: 5.2.1 -Release: 2 +Release: 3 Summary: General-purpose scalable concurrent malloc implementation License: BSD URL: http://www.canonware.com/jemalloc/ @@ -35,11 +35,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 @@ -84,6 +80,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Tue Aug 20 2024 guochaofan - 5.2.1-3 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu May 31 2022 Huang Yang - 5.2.1-2 - add loongarch64 support