From 2dc7527a377c2d0e893e82da748d6f2ab32e0922 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 13:19:55 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro --- motif.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/motif.spec b/motif.spec index 87027e7..b56d34b 100644 --- a/motif.spec +++ b/motif.spec @@ -1,6 +1,6 @@ Name: motif Version: 2.3.8 -Release: 3 +Release: 4 Summary: Run-time libraries and programs License: LGPLv2+ URL: https://motif.ics.com/ @@ -31,12 +31,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-4 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Aug 22 2023 panchenbo - 2.3.8-3 - add loongarch64 and sw_64 support -- Gitee