From 776482b4851b81b158b9ef60d1a573e71296ead8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E6=99=AF=E5=8D=9A?= Date: Tue, 20 Aug 2024 10:37:44 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- aalib.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/aalib.spec b/aalib.spec index ac9b472..a30d2d5 100644 --- a/aalib.spec +++ b/aalib.spec @@ -1,6 +1,6 @@ Name: aalib Version: 1.4.0 -Release: 1 +Release: 2 Summary: An ASCII Art Library License: LGPLv2+ URL: http://aa-project.sourceforge.net/aalib/ @@ -26,11 +26,7 @@ Requires(postun): info %description devel This package contains header files and other files needed to develop with aalib. -%package help -Summary: Help documentation files for aalib - -%description help -Help documentation files for aalib. +%package_help %prep %autosetup -n aalib-%{version} -p1 @@ -78,5 +74,8 @@ fi %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Jingbo Hou - 1.4.0-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Mar 04 2020 daiqianwen - 1.4.0-1 - Package init -- Gitee