123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- Name: perl-IO-Tty
- Version: 1.20
- Release: 1%{?_dist_release}
- Summary: Perl interface to pseudo tty's
- Group: programming
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPL+ or Artistic
- URL: https://metacpan.org/pod/IO::Tty
- Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- BuildRequires: perl(ExtUtils::MakeMaker)
- BuildRequires: perl(Test::More)
- BuildRequires: libxcrypt-devel
- Requires: perl(:MODULE_COMPAT_%perl_abi_version)
- # Don't "provide" private Perl libs
- %{?perl_default_filter}
- %debug_package
- %description
- IO::Tty and IO::Pty provide an interface to pseudo tty's.
- %prep
- %setup -q -n IO-Tty-%{version}
- %build
- %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1 NO_PERLLOCAL=1
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make pure_install PERL_INSTALL_ROOT=%{buildroot}
- find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
- find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
- %{_fixperms} %{buildroot}/*
- %check
- make test
- %files
- %doc ChangeLog README
- %{perl_vendorarch}/auto/IO/
- %{perl_vendorarch}/IO/
- %{_mandir}/man3/*.3pm*
- %changelog
- * Sat Jun 14 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20-1
- - new upstream release.
- - built with perl-5.40.
- * Thu Nov 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16-1
- - new upstream release.
- - built with perl-5.34.0.
- * Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12-1
- - new upstream release.
- - rebuilt with perl-5.26.
- - added BR:libxcrypt-devel.
- * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.10-2
- - build with Perl 5.16
- * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.10-1
- - initial build for Vine Linux
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-4
- - Perl mass rebuild
- * Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
- - Perl 5.14 mass rebuild
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.10-1
- - Update to 1.10.
- - Use fixperms macro instead of our own chmod incantation.
- - Update Source0 URL.
- - BR Test::More.
- * Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-6
- - 661697 rebuild for fixing problems with vendorach/lib
- * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-5
- - Mass rebuild with perl-5.12.0
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.08-4
- - rebuild against perl 5.10.1
- * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Sat May 16 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.08-2
- - filter out private Perl .so provides
- * Wed Feb 25 2009 Paul Howarth <paul@city-fan.org> - 1.08-1
- - Update to 1.08 (add support for posix_openpt())
- - Fix argument order for find with -depth
- * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-5
- - Rebuild for perl 5.10 (again)
- * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.07-4
- - Autorebuild for GCC 4.3
- * Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-3
- - rebuild for new perl
- * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-2.1
- - correct license tag
- - add BR: perl(ExtUtils::MakeMaker)
- * Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-2
- - Rebuild for FC6.
- * Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
- - Update to 1.07.
- * Tue Jul 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
- - Update to 1.06.
- * Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
- - Update to 1.05.
- * Wed May 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
- - Update to 1.04.
- * 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.
- * Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
- - Rebuild, cosmetic cleanups.
- * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
- - rebuilt
- * Sun Feb 1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
- - Reduce directory ownership bloat.
- * Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
- - First build.
|