20f62b
Name:           perl-IO-Tty
20f62b
Version:        1.10
13be3f
Release:        11%{?dist}
20f62b
Summary:        Perl interface to pseudo tty's
20f62b
License:        (GPL+ or Artistic) and BSD
20f62b
Group:          Development/Libraries
20f62b
URL:            http://search.cpan.org/dist/IO-Tty/
20f62b
Source0:        http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
20f62b
BuildRequires:  perl(Carp)
20f62b
BuildRequires:  perl(Cwd)
20f62b
BuildRequires:  perl(Exporter)
20f62b
BuildRequires:  perl(ExtUtils::MakeMaker)
20f62b
BuildRequires:  perl(IO::File)
20f62b
BuildRequires:  perl(IO::Handle)
20f62b
BuildRequires:  perl(Test::More)
20f62b
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
20f62b
20f62b
%{?perl_default_filter}
20f62b
20f62b
%description
20f62b
IO::Tty and IO::Pty provide an interface to pseudo tty's.
20f62b
20f62b
%prep
20f62b
%setup -q -n IO-Tty-%{version}
20f62b
20f62b
%build
20f62b
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
20f62b
make %{?_smp_mflags}
20f62b
20f62b
%install
20f62b
make pure_install DESTDIR=%{buildroot}
20f62b
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
20f62b
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
20f62b
%{_fixperms} %{buildroot}/*
20f62b
20f62b
%check
20f62b
make test
20f62b
20f62b
%files
20f62b
%doc ChangeLog README
20f62b
%{perl_vendorarch}/auto/IO/
20f62b
%{perl_vendorarch}/IO/
20f62b
%{_mandir}/man3/*.3pm*
20f62b
20f62b
%changelog
13be3f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.10-11
13be3f
- Mass rebuild 2014-01-24
13be3f
13be3f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.10-10
13be3f
- Mass rebuild 2013-12-27
13be3f
20f62b
* Mon Nov 26 2012 Petr Šabata <contyk@redhat.com> - 1.10-9
20f62b
- Buildrequire perl(Cwd), simplify filters
20f62b
20f62b
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 1.10-8
20f62b
- Fix the dependencies
20f62b
- Re-enable the test suite
20f62b
- Modernize the spec
20f62b
- Correct the license tag
20f62b
20f62b
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-7
20f62b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
20f62b
20f62b
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.10-6
20f62b
- Perl 5.16 rebuild
20f62b
20f62b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
20f62b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
20f62b
20f62b
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-4
20f62b
- Perl mass rebuild
20f62b
20f62b
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
20f62b
- Perl 5.14 mass rebuild
20f62b
20f62b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
20f62b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
20f62b
20f62b
* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.10-1
20f62b
- Update to 1.10.
20f62b
- Use fixperms macro instead of our own chmod incantation.
20f62b
- Update Source0 URL.
20f62b
- BR Test::More.
20f62b
20f62b
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-6
20f62b
- 661697 rebuild for fixing problems with vendorach/lib
20f62b
20f62b
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-5
20f62b
- Mass rebuild with perl-5.12.0
20f62b
20f62b
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.08-4
20f62b
- rebuild against perl 5.10.1
20f62b
20f62b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
20f62b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
20f62b
20f62b
* Sat May 16 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.08-2
20f62b
- filter out private Perl .so provides
20f62b
20f62b
* Wed Feb 25 2009 Paul Howarth <paul@city-fan.org> - 1.08-1
20f62b
- Update to 1.08 (add support for posix_openpt())
20f62b
- Fix argument order for find with -depth
20f62b
20f62b
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-5
20f62b
- Rebuild for perl 5.10 (again)
20f62b
20f62b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.07-4
20f62b
- Autorebuild for GCC 4.3
20f62b
20f62b
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-3
20f62b
- rebuild for new perl
20f62b
20f62b
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-2.1
20f62b
- correct license tag
20f62b
- add BR: perl(ExtUtils::MakeMaker)
20f62b
20f62b
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-2
20f62b
- Rebuild for FC6.
20f62b
20f62b
* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
20f62b
- Update to 1.07.
20f62b
20f62b
* Tue Jul 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
20f62b
- Update to 1.06.
20f62b
20f62b
* Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
20f62b
- Update to 1.05.
20f62b
20f62b
* Wed May 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
20f62b
- Update to 1.04.
20f62b
20f62b
* Tue May  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
20f62b
- Update to 1.03.
20f62b
- Taking maintainership.
20f62b
20f62b
* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-5
20f62b
- Rebuild.
20f62b
20f62b
* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
20f62b
- Rebuild, cosmetic cleanups.
20f62b
20f62b
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
20f62b
- rebuilt
20f62b
20f62b
* Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
20f62b
- Reduce directory ownership bloat.
20f62b
20f62b
* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
20f62b
- First build.