!42 【轻量级PR】Replaces declaration of help subpackage with the 'package_help' marco.

From: @jiang-wanfeng 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2025-02-21 07:42:58 +00:00 committed by Gitee
commit c766f9539e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <guochaofan@cqsoftware.com.cn> - 5.1.0-6
- Replaces declaration of help subpackage with the 'package_help' marco.
* Thu Dec 28 2023 fandehui <fandehui@xfusion.com> - 5.1.0-5
- Fix an incorrect assertion.