From 7e1214f4854d28929233e7582d33baa5dd5af1f0 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:27:56 +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 dbe9973..db6e8b2 100644 --- a/aalib.spec +++ b/aalib.spec @@ -1,6 +1,6 @@ Name: aalib Version: 1.4.0 -Release: 2 +Release: 3 Summary: An ASCII Art Library License: GPL-2.0+ 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,6 +74,9 @@ fi %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Jingbo Hou - 1.4.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Dec 03 2020 Ge Wang - 1.4.0-2 - Modify license -- Gitee