packages: perl-IO-Tty/perl-IO-Tty.spec - updated to 1.10 - mention IO::Pty ...
qboosh
qboosh at pld-linux.org
Sat Mar 5 19:17:04 CET 2011
Author: qboosh Date: Sat Mar 5 18:17:04 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.10
- mention IO::Pty in descs
---- Files affected:
packages/perl-IO-Tty:
perl-IO-Tty.spec (1.60 -> 1.61)
---- Diffs:
================================================================
Index: packages/perl-IO-Tty/perl-IO-Tty.spec
diff -u packages/perl-IO-Tty/perl-IO-Tty.spec:1.60 packages/perl-IO-Tty/perl-IO-Tty.spec:1.61
--- packages/perl-IO-Tty/perl-IO-Tty.spec:1.60 Sat Nov 13 00:38:06 2010
+++ packages/perl-IO-Tty/perl-IO-Tty.spec Sat Mar 5 19:16:59 2011
@@ -6,16 +6,16 @@
%include /usr/lib/rpm/macros.perl
%define pdir IO
%define pnam Tty
-Summary: IO::Tty Perl module - low-level allocate a pseudo-tty, import constants
-Summary(pl.UTF-8): Moduł Perla IO::Tty - import stałych do niskopoziomowego przydzielania pseudo-tty
+Summary: IO::Tty and IO::Pty - interface to pseudo-ttys
+Summary(pl.UTF-8): IO::Tty i IO::Pty - interfejs do pseudo-tty
Name: perl-IO-Tty
-Version: 1.08
-Release: 3
+Version: 1.10
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: e99d819a6f8c11ae105b770cc508a4fc
+Source0: http://www.cpan.org/modules/by-authors/id/T/TO/TODDR/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 46baec86a145e57f0ec661fa412b097c
URL: http://search.cpan.org/dist/IO-Tty/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
@@ -23,15 +23,16 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-IO::Tty is used internally by IO::Pty to create a pseudo-tty. You
-wouldn't want to use it directly except to import constants, use
-IO::Pty. For a list of importable constants, see IO::Tty::Constant.
+IO::Tty is used internally by IO::Pty to create a pseudo-tty.
+
+IO::Pty provides an interface to allow the creation of a pseudo tty.
%description -l pl.UTF-8
Moduł IO::Tty jest używany wewnętrznie poprzez IO::Pty do tworzenia
-pseudoterminali (pseudo-tty). Nie należy używać go bezpośrednio do
-celów innych niż zaimportowanie stałych - należy używać IO::Pty.
-Lista dostępnych stałych znajduje się w IO::Tty::Constant.
+pseudoterminali (pseudo-tty).
+
+Moduł IO::Pty udostępnia interfejs pozwalający na utworzenie
+pseudoterminala.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -57,11 +58,14 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog README
-%{perl_vendorarch}/IO/*
+%{perl_vendorarch}/IO/Pty.pm
+%{perl_vendorarch}/IO/Tty.pm
+%{perl_vendorarch}/IO/Tty
%dir %{perl_vendorarch}/auto/IO/Tty
%{perl_vendorarch}/auto/IO/Tty/Tty.bs
%attr(755,root,root) %{perl_vendorarch}/auto/IO/Tty/Tty.so
-%{_mandir}/man3/*
+%{_mandir}/man3/IO::Pty.3pm*
+%{_mandir}/man3/IO::Tty*.3pm*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -69,6 +73,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.61 2011/03/05 18:16:59 qboosh
+- updated to 1.10
+- mention IO::Pty in descs
+
Revision 1.60 2010/11/12 23:38:06 pawelz
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-IO-Tty/perl-IO-Tty.spec?r1=1.60&r2=1.61&f=u
More information about the pld-cvs-commit
mailing list