fix the description for help package name

This commit is contained in:
xiejing 2024-01-05 10:52:08 +08:00
parent d9a2936299
commit 2158495779

View File

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