Replaces declaration of help subpackage with the 'package_help' marco.

This commit is contained in:
郭超凡 2024-08-21 01:29:57 +08:00
parent e00a4f03c3
commit 7bdae306b6

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.