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

(cherry picked from commit 8272aec8ba59ddc2c9fdad64a0c9cb30cb2261a2)
This commit is contained in:
郭超凡 2024-08-20 12:19:44 +08:00 committed by openeuler-sync-bot
parent 8265e7a09d
commit 0ca706b97f

View File

@ -12,7 +12,7 @@
Name: jemalloc Name: jemalloc
Version: 5.3.0 Version: 5.3.0
Release: 1 Release: 2
Summary: General-purpose scalable concurrent malloc implementation Summary: General-purpose scalable concurrent malloc implementation
License: BSD-2-Clause License: BSD-2-Clause
URL: http://www.canonware.com/jemalloc/ URL: http://www.canonware.com/jemalloc/
@ -31,11 +31,7 @@ Requires: %{name} = %{version}-%{release}
%description devel %description devel
The devel contains libraries and header files for use in jemalloc applications. The devel contains libraries and header files for use in jemalloc applications.
%package help %package_help
Summary: help for jemalloc.
%description help
The help package contains manual pages and other related files for jemalloc.
%prep %prep
%setup -q %setup -q
@ -80,6 +76,9 @@ make check
%{_mandir}/man3/jemalloc.3* %{_mandir}/man3/jemalloc.3*
%changelog %changelog
* Mon Aug 19 2024 guochaofan <guochaofan@cqsoftware.com.cn> - 5.3.0-2
- Replaces declaration of help subpackage with the 'package_help' marco.
* Wed Mar 01 2023 li-long315 <lilong@kylinos.cn> - 5.3.0-1 * Wed Mar 01 2023 li-long315 <lilong@kylinos.cn> - 5.3.0-1
- Upgrade to 5.3.0 - Upgrade to 5.3.0