!5 SPEC文件中help描述信息包名有误

From: @XIE-JING-2022 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2024-01-10 06:26:52 +00:00 committed by Gitee
commit e5a1b28d01
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: perl-%{mod_name}
Epoch: 1
Version: 0.38
Release: 419
Release: 420
Summary: Generic input parsing/checking mechanism
License: GPL+ or Artistic
URL: https://metacpan.org/release/%{mod_name}
@ -25,12 +25,12 @@ Params::Check
templating system, providing default values and so on.
%package help
Summary: Man pages and other related documents for cronie
Summary: Man pages and other related documents for Params-Check
BuildArch: noarch
%description help
Man pages and other related documents for cronie.
Man pages and other related documents for Params-Check.
%prep
%autosetup -n %{mod_name}-%{version} -p1
@ -55,6 +55,9 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/*
%changelog
* Fri Jan 5 2024 xiejing <xiejing@kylinos.cn> - 1:0.38-420
- fix the description for help package name
* Wed Oct 26 2022 wangyuhang <wangyuhang27@huawei.com> - 1:0.38-419
- define mod_name to opitomize the specfile