From c09264805d1717f5513f788ab1ba228842d65add Mon Sep 17 00:00:00 2001 From: fangyongqiang Date: Tue, 20 Aug 2024 09:52:36 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- zvbi.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/zvbi.spec b/zvbi.spec index 809a06a..d9d5abc 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -1,6 +1,6 @@ Name: zvbi Version: 0.2.42 -Release: 3 +Release: 4 Summary: A library provides functions to capture and decode VBI data License: LGPLv2+ and GPLv2+ and BSD URL: https://github.com/zapping-vbi/zvbi @@ -39,11 +39,7 @@ Requires: %{name} = %{version}-%{release} pkgconfig %description devel The zvbi-devel package contains development files for zvbi. -%package help -Summary: Documents for zvbi - -%description help -The zvbi-help package contains related documents. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -136,6 +132,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 fangyongqiang - 0.2.42-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Sun Feb 04 2024 lvgenggeng 0.2.42-3 - move license file to prefered dir -- Gitee