From 74892ca06581be0124d8aee5766b10b2d99219f9 Mon Sep 17 00:00:00 2001 From: wangbowen Date: Mon, 19 Aug 2024 12:25:44 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage (cherry picked from commit b02db7c3ac1a7ebc8e382228d68bf5f08eae52ff) --- libiec61883.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libiec61883.spec b/libiec61883.spec index 28dc7e3..afbd435 100644 --- a/libiec61883.spec +++ b/libiec61883.spec @@ -1,6 +1,6 @@ Name: libiec61883 Version: 1.2.0 -Release: 23 +Release: 24 Summary: Streaming library for IEEE1394 License: LGPLv2+ URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883 @@ -23,11 +23,8 @@ Requires: %{name} = %{version}-%{release} %description devel Libiec61883-devel contains development files for libiec61883. -%package help -Summary: Help documents for libiec61883 +%package_help -%description help -Man pages and other related help documents for libiec61883. %prep %autosetup -n %{name}-%{version} -p1 @@ -62,6 +59,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %{_mandir}/man1/*.1* %changelog +* Mon Aug 19 2024 wangbowen - 1.2.0-24 +- Replace declaration of help subpackage with the 'package_help' macro + * Thu Nov 12 2020 xinghe - 1.2.0-23 - add help for Recommends