From b368b594740d96ff641c87741e7c718e4c91e85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 20:05:48 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- jemalloc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index f8b82db..1fb9c0b 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 -- Gitee