From 24f61d6fb21075b6900ebe7c6d1f7449ccf509d5 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Fri, 16 Aug 2024 20:03:18 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro (cherry picked from commit ea47a014d288cb6a8067ac4bdc6dde0b5a09d741) --- librabbitmq.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/librabbitmq.spec b/librabbitmq.spec index 78d0443..7e934c6 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -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 - 0.13.0-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Oct 12 2023 Ge Wang - 0.13.0-1 - Update to version 0.13.0