From 18c6dd5a5a4790d624feef8385014fb75ea01b18 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 13:25:24 +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 cf0e8bf..fd99840 100644 --- a/motif.spec +++ b/motif.spec @@ -1,6 +1,6 @@ Name: motif Version: 2.3.4 -Release: 20 +Release: 21 Summary: Run-time libraries and programs License: LGPLv2+ URL: https://motif.ics.com/ @@ -39,12 +39,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 @@ -89,6 +84,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 Wei Zhang - 2.3.4-21 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Nov 26 2020 zhanghua - 2.3.4-20 - fix url requests timeout problem -- Gitee