!5 update version to 1.18

From: @xujing99 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-10-25 08:49:22 +00:00 committed by Gitee
commit ecfd59502f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
Term-Cap-1.18.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define mod_name Term-Cap %define mod_name Term-Cap
Name: perl-%{mod_name} Name: perl-%{mod_name}
Version: 1.17 Version: 1.18
Release: 511 Release: 1
Summary: Perl termcap interface Summary: Perl termcap interface
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/%{mod_name} URL: https://metacpan.org/release/%{mod_name}
@ -13,11 +13,12 @@ BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# ncurses for infocmp tool # ncurses for infocmp tool
Requires: ncurses Requires: ncurses
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
Requires: perl(Carp) Requires: perl(Carp)
Conflicts: perl < 4:5.22.0-347
%description %description
These are low-level functions to extract and use capabilities from a These are low-level functions to extract and use capabilities from a
@ -49,6 +50,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Oct 25 2023 xujing <xujing125@huawei.com> - 1.18-1
- update version to 1.18
* Mon Oct 24 2022 yangmingtai <yangmingtai@huawei.com> - 1.17-511 * Mon Oct 24 2022 yangmingtai <yangmingtai@huawei.com> - 1.17-511
- define mod_name to opitomize the specfile - define mod_name to opitomize the specfile