From bb7a94edf4db944ea0d4d01c54a7d0bc35fdca6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=B4=87=E5=85=89?= Date: Wed, 21 Aug 2024 00:00:39 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro --- perl-Unicode-LineBreak.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/perl-Unicode-LineBreak.spec b/perl-Unicode-LineBreak.spec index 965924a..d535232 100644 --- a/perl-Unicode-LineBreak.spec +++ b/perl-Unicode-LineBreak.spec @@ -1,6 +1,6 @@ Name: perl-Unicode-LineBreak Version: 2019.001 -Release: 6 +Release: 7 Summary: An algorithm for unicode line breaking License: GPL+ or Artistic URL: https://metacpan.org/release/Unicode-LineBreak @@ -30,11 +30,7 @@ newline characters. Unicode also gathers several characters under the banner of A Unicode linebreak matches the two-character CRLF grapheme or any of the seven vertical whitespace characters. -%package help -Summary: Help documents for perl-Unicode-LineBreak package - -%description help -Help documents for perl-Unicode-LineBreak package. +%package_help %prep %autosetup -n Unicode-LineBreak-%{version} -p1 @@ -73,6 +69,9 @@ make test %{_mandir}/ja/man3/* %changelog +* Tue Aug 20 2024 zhaochongguang - 2019.001-7 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 02 2021 zhaoyao - 2019.001-6 - fixs faileds: /bin/sh: gcc: command not found. -- Gitee