- Update to 1.03.
- Taking maintainership.
This commit is contained in:
parent
cc3b62a045
commit
28d1e73726
@ -1 +1 @@
|
||||
IO-Tty-1.02.tar.gz
|
||||
IO-Tty-1.03.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-IO-Tty
|
||||
Version: 1.02
|
||||
Release: 5%{?dist}
|
||||
Version: 1.03
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interface to pseudo tty's
|
||||
|
||||
License: GPL or Artistic
|
||||
@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.t
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: perl
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
IO::Tty and IO::Pty provide an interface to pseudo tty's.
|
||||
@ -46,10 +47,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc ChangeLog README
|
||||
%{perl_vendorarch}/auto/IO/
|
||||
%{perl_vendorarch}/IO/
|
||||
%{_mandir}/man3/IO::*ty*.3*
|
||||
%{_mandir}/man3/IO::*ty*.3pm*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
|
||||
- Update to 1.03.
|
||||
- Taking maintainership.
|
||||
|
||||
* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-5
|
||||
- Rebuild.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user