Compare commits
10 Commits
e0d2082a43
...
e834825cf8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e834825cf8 | ||
|
|
935412631d | ||
|
|
dd1ff2be05 | ||
|
|
27eda85550 | ||
|
|
a48e72ef90 | ||
|
|
2002a96409 | ||
|
|
6778743d87 | ||
|
|
25439d2f43 | ||
|
|
42b839ae28 | ||
|
|
b53b16cc39 |
Binary file not shown.
BIN
IO-Tty-1.17.tar.gz
Normal file
BIN
IO-Tty-1.17.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
Name: perl-IO-Tty
|
Name: perl-IO-Tty
|
||||||
Version: 1.12
|
Version: 1.17
|
||||||
Release: 14
|
Release: 1
|
||||||
Summary: A interface to pseudo tty's for perl
|
Summary: A interface to pseudo tty's for perl
|
||||||
License: (GPL+ or Artistic) and BSD
|
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND BSD-2-Clause
|
||||||
URL: https://metacpan.org/release/IO-Tty
|
URL: https://metacpan.org/release/IO-Tty
|
||||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
|
||||||
BuildRequires: coreutils findutils make perl-interpreter perl-devel perl-generators
|
BuildRequires: coreutils findutils make perl-interpreter perl-devel perl-generators
|
||||||
BuildRequires: perl(Config) perl(Cwd) perl(Exporter) perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(Config) perl(Cwd) perl(Exporter) perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Carp) perl(DynaLoader) perl(IO::File) perl(IO::Handle) perl(POSIX)
|
BuildRequires: gcc perl(Carp) perl(DynaLoader) perl(IO::File) perl(IO::Handle) perl(POSIX)
|
||||||
BuildRequires: perl(strict) perl(vars) perl(Test::More) perl(warnings)
|
BuildRequires: perl(strict) perl(vars) perl(Test::More) perl(warnings)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
@ -47,5 +47,14 @@ make test
|
|||||||
%{_mandir}/man3/{IO::Pty.3*,IO::Tty.3*,IO::Tty::Constant.3*}
|
%{_mandir}/man3/{IO::Pty.3*,IO::Tty.3*,IO::Tty::Constant.3*}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 19 2020 wutao <wutao61@huawei.com> - 1.12-14
|
* Sat Sep 09 2023 wangkai <13474090681@163.com> - 1.17-1
|
||||||
|
- Upgrade to version 1.17
|
||||||
|
|
||||||
|
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.16-1
|
||||||
|
- Upgrade to version 1.16
|
||||||
|
|
||||||
|
* Wed Jun 02 2021 zhaoyao<zhaoyao32@huawei.com> - 1.12-15
|
||||||
|
- fixs faileds: /bin/sh: gcc: command not found.
|
||||||
|
|
||||||
|
* Wed Feb 19 2020 wutao <wutao61@huawei.com> - 1.12-14
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
perl-IO-Tty.yaml
Normal file
4
perl-IO-Tty.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: metacpan
|
||||||
|
src_repo: IO-Tty
|
||||||
|
tag_prefix: ""
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user