From 5bb7723b40123b86355c3de1529315d741cd7e6a Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 11:17:15 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- motif.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/motif.spec b/motif.spec index c39c311..19df94d 100644 --- a/motif.spec +++ b/motif.spec @@ -1,6 +1,6 @@ Name: motif Version: 2.3.8 -Release: 5 +Release: 6 Summary: Run-time libraries and programs License: LGPLv2+ URL: https://motif.ics.com/ @@ -33,12 +33,7 @@ Conflicts: lesstif-devel <= 0.92.32-6 %description devel This package includes development files for %{name}. -%package help -Summary: man files for %{name} -Requires: man - -%description help -This package includes man files for %{name}. +%package_help %prep %autosetup -p1 @@ -88,6 +83,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 Wei Zhang - 2.3.8-6 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Aug 25 2023 xu_ping <707078654@qq.com> - 2.3.8-5 - Fix issues with Werror format security -- Gitee