125 Star 0 Fork 2

src-openEuler / perl-IO-Multiplex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-IO-Multiplex.spec 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
怀念一零年代 提交于 2019-12-13 19:29 . package init
Name: perl-IO-Multiplex
Summary: Manage IO on many file handles
Version: 1.16
Release: 12
License: GPL+ or Artistic
URL: https://metacpan.org/release/IO-Multiplex
Source0: https://cpan.metacpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker) perl(Carp)
BuildRequires: perl(constant) perl(Fcntl) perl(FileHandle) perl(IO::Handle)
BuildRequires: perl(POSIX) perl(Socket) perl(strict) perl(Tie::Handle)
BuildRequires: perl(Time::HiRes) perl(vars) perl(warnings) perl(IO::Socket) perl(Test)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Time::HiRes)
%description
IO::Multiplex is designed to take the effort out of managing
multiple file handles. It is essentially a really fancy front end to
the C<select> system call. In addition to maintaining the C<select>
loop, it buffers all input and output to/from the file handles. It
can also accept incoming connections on one or more listen sockets.
%prep
%autosetup -n IO-Multiplex-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%check
make test
%files
%doc Changes README TODO
%{perl_vendorlib}/IO/
%{_mandir}/man3/IO::Multiplex.3*
%changelog
* Fri Dec 13 2019 Jiangping Hu <hujiangping@huawei.com> - 1.16-12
- Package init
1
https://gitee.com/src-openeuler/perl-IO-Multiplex.git
git@gitee.com:src-openeuler/perl-IO-Multiplex.git
src-openeuler
perl-IO-Multiplex
perl-IO-Multiplex
openEuler-20.03-LTS

搜索帮助