From 0ca706b97fe56b8ebedd34db17a5f7e199d2a894 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 12:19:44 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. (cherry picked from commit 8272aec8ba59ddc2c9fdad64a0c9cb30cb2261a2) --- jemalloc.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index fe446f8..8b90fd5 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,7 +12,7 @@ Name: jemalloc Version: 5.3.0 -Release: 1 +Release: 2 Summary: General-purpose scalable concurrent malloc implementation License: BSD-2-Clause URL: http://www.canonware.com/jemalloc/ @@ -31,11 +31,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 %setup -q @@ -80,6 +76,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Mon Aug 19 2024 guochaofan - 5.3.0-2 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Wed Mar 01 2023 li-long315 - 5.3.0-1 - Upgrade to 5.3.0 -- Gitee