Name: perl-PerlIO-Layers Version: 0.010 Release: 6%{?dist} Summary: Querying your file handle capabilities License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PerlIO-Layers/ Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-Layers-%{version}.tar.gz BuildRequires: perl(Module::Build) >= 0.37 # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(List::MoreUtils) BuildRequires: perl(List::Util) BuildRequires: perl(XSLoader) # Tests BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) >= 0.82 # Optional tests BuildRequires: perl(Test::Script) >= 1.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description Perl file handles are implemented as a stack of layers, with the bottom- most usually doing the actual IO and the higher ones doing buffering, encoding/decoding or transformations. PerlIO::Layers allows you to query the file handle properties concerning these layers. %prep %setup -q -n PerlIO-Layers-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %files %doc Changes LICENSE README %{perl_vendorarch}/auto/* %{perl_vendorarch}/PerlIO* %{_mandir}/man3/* %changelog * Sun Aug 04 2013 Fedora Release Engineering - 0.010-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jul 26 2013 Petr Pisar - 0.010-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.010-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.010-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 20 2012 Petr Pisar - 0.010-2 - Perl 5.16 rebuild * Tue Jun 19 2012 Petr Pisar 0.010-1 - Specfile autogenerated by cpanspec 1.78.