From b5181d647340ac008eb5c8dd2111cc3804bbb3d2 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 16:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atf.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/atf.spec b/atf.spec index e861859..9c6cc3e 100644 --- a/atf.spec +++ b/atf.spec @@ -1,6 +1,6 @@ Name: atf Version: 0.20 -Release: 13 +Release: 14 License: BSD Summary: Testing Framework for Automated URL: http://code.google.com/p/kyua/wiki/ATF @@ -73,11 +73,7 @@ and POSIX Shell libraries and runtime tools. For more details on how to run the installed tests, see the README file in the documentation directory. -%package help -Summary: Help documents for atf - -%description help -Man pages and other related help documents for atf. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -141,5 +137,8 @@ make check %changelog +* Mon Aug 19 2024 Pan Zhang - 0.20-14 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Dec 31 2019 duyeyu - 0.20-13 - Package init -- Gitee