11 Star 0 Fork 4

src-openEuler / perl-TermReadKey

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-TermReadKey.spec 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:13 . Package init
Name: perl-TermReadKey
Version: 2.38
Release: 2
Summary: A perl module for simple terminal control
License: (Copyright only) and (Artistic or GPL+)
URL: https://metacpan.org/release/TermReadKey
Source0: https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
# Build
BuildRequires: coreutils, findutils, gcc, make
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
# Runtime
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
%{?perl_default_filter}
%description
This module, ReadKey, provides ioctl control for terminals and Win32
consoles so the input modes can be changed (thus allowing reads of a single
character at a time), and also provides non-blocking reads of stdin, as well
as several other terminal related features, including retrieval/modification
of the screen size, and retrieval/modification of the control characters.
%prep
%setup -q -n TermReadKey-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build OPTIMIZE="%{optflags}"
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
%check
make test
%files
%defattr(-,root,root)
%doc README
%{perl_vendorarch}/*
%{perl_vendorarch}/auto/*
%package_help
%files help
%defattr(-,root,root)
%doc Changes example
%{_mandir}/man3/*
%changelog
* Mon Sep 23 2019 shenyangyang<shenyangyang4@huawei.com> - 2.38-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:revise requires of perl
* Fri Aug 30 2019 hexiaowen <hexiaowen@huawei.com> 2.38-1
- Package init
1
https://gitee.com/src-openeuler/perl-TermReadKey.git
git@gitee.com:src-openeuler/perl-TermReadKey.git
src-openeuler
perl-TermReadKey
perl-TermReadKey
openEuler-20.03-LTS

搜索帮助