!36 [sync] PR-32: 【轻量级PR】用“%package_help”宏替换help子包声明

From: @openeuler-sync-bot 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2025-02-21 08:37:43 +00:00 committed by Gitee
commit 8df50c6efd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: librabbitmq
Version: 0.13.0
Release: 1
Release: 2
Summary: The AMQP client library
License: MIT
@ -29,11 +29,7 @@ Requires: %{name} = %{version}-%{release}
%description devel
Libraries and header files of %{name} are all in the %{name}-devel package.
%package help
Summary: Help manual for %{name}
%description help
The %{name}-help package conatins man manual etc
%package_help
%prep
%autosetup -n %{project_name}-%{version} -p1
@ -70,6 +66,9 @@ make test
%doc %{_mandir}/man7/librabbitmq-tools.7*
%changelog
* Mon Aug 19 2024 Zhenshu Dong <dongzhenshu@cqsoftware.com.cn> - 0.13.0-2
- Replaced declaration of help subpackage with the 'package_help' macro.
* Thu Oct 12 2023 Ge Wang <wang__ge@126.com> - 0.13.0-1
- Update to version 0.13.0