From d2cb63db87e09283292b8329d31b71f3d6f73aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 23:01:16 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the package_help macro. --- tk.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tk.spec b/tk.spec index b785ce3..2f1ff41 100644 --- a/tk.spec +++ b/tk.spec @@ -3,7 +3,7 @@ Name: tk Version: 8.6.14 -Release: 1 +Release: 2 Summary: The graphical toolkit for the Tcl scripting language Epoch: 1 License: TCL @@ -35,11 +35,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} libX11-devel libXft-devel tcl %description devel Package devel includes files for developing with tk. -%package help -Summary: Documents for tf - -%description help -Includes Man pages for tf. +%package_help %prep %autosetup -n %{name}%{version} -p1 @@ -96,6 +92,9 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu %{_mandir}/mann/* %changelog +* Wed Aug 21 2024 zhangyi - 1:8.6.14-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Feb 29 2024 wangqia - 1:8.6.14-1 - Update to version 8.6.14 -- Gitee