update version to 1.18
This commit is contained in:
parent
13385e75e1
commit
b89257c6be
Binary file not shown.
BIN
Term-Cap-1.18.tar.gz
Normal file
BIN
Term-Cap-1.18.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user