From 6b86aaa77566d40fb283cf8a4fc63638238f8a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=8B=87=E5=BC=BA?= <1449849207@qq.com> Date: Wed, 21 Aug 2024 06:06:26 +0000 Subject: [PATCH] - Replaced declaration of help subpackage with the 'package_help' macro. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 方勇强 <1449849207@qq.com> --- zeromq.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zeromq.spec b/zeromq.spec index 19a6fe3..d761647 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -1,6 +1,6 @@ Name: zeromq Version: 4.3.4 -Release: 3 +Release: 4 Summary: Software library for fast, message-based applications License: LGPLv3+ @@ -42,11 +42,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. -%package help -Summary: Help documents for zeromq - -%description help -Help documents for zeromq. +%package_help %prep @@ -95,6 +91,9 @@ make check %{?_smp_mflags} || make check || make check || make check || ( cat te %{_mandir}/man7/zmq.* %changelog +* Wed Aug 21 2024 fangyongqiang - 4.3.4-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Aug 23 2022 yaoxin - 4.3.4-3 - Fix build error -- Gitee