From f77ee956378ab9b1569d0a9731983da05f20b4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 22:12:20 +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 7bbbe72..0d16913 100644 --- a/tk.spec +++ b/tk.spec @@ -3,7 +3,7 @@ Name: tk Version: 8.6.12 -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.12-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Apr 19 2022 wangkerong - 1:8.6.12-1 - Upgrade to 1:8.6.12-1 -- Gitee