From e5bfaa66802401846a06ca1c043af2abe28b967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 18:01:53 +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 c1976d5..84ec869 100644 --- a/tk.spec +++ b/tk.spec @@ -3,7 +3,7 @@ Name: tk Version: 8.6.10 -Release: 2 +Release: 3 Summary: The graphical toolkit for the Tcl scripting language Epoch: 1 License: TCL @@ -42,11 +42,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 @@ -103,6 +99,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.10-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu May 27 2021 liuyumeng - 1:8.6.10-2 - Add a BuildRequires for gcc -- Gitee