From 9c2423d1394ab434acfc0ecc61be4ee7d34b7a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 23:32:00 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the package_help macro. --- texinfo.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/texinfo.spec b/texinfo.spec index 716a15f..e0299c6 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -4,7 +4,7 @@ Name: texinfo Version: 6.7 -Release: 2 +Release: 3 Summary: The GNU Documentation System License: GPLv3+ Url: http://www.gnu.org/software/texinfo/ @@ -49,11 +49,7 @@ Summary: TTY-based reader of the GNU texinfo documentation %description -n info This package provides a standalone TTY-based browser program for viewing texinfo files. -%package help -Summary: Documentation for texinfo - -%description help -This package contains help documentation for texinfo. +%package_help %prep %autosetup -p1 @@ -134,6 +130,9 @@ export ALL_TESTS=yes %ghost %{_infodir}/dir.old %changelog +* Wed Aug 21 2024 zhangyi - 6.7-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Dec 16 2020 zhanzhimin - 6.7-2 - Update Source0 -- Gitee