Name: perl-Params-Classify Version: 0.013 Release: 7%{?dist} Summary: Argument type classification License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Classify/ Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Params-Classify-%{version}.tar.gz BuildRequires: perl(ExtUtils::ParseXS) >= 2.2006 BuildRequires: perl(Module::Build) BuildRequires: perl(parent) BuildRequires: perl(Scalar::Util) >= 1.01 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Exporter) Requires: perl(Scalar::Util) >= 1.01 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module provides various type-testing functions. These are intended for functions that, unlike most Perl code, care what type of data they are operating on. For example, some functions wish to behave differently depending on the type of their arguments (like overloaded functions in C++). %prep %setup -q -n Params-Classify-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="%{optflags}" ./Build %install ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Params* %{_mandir}/man3/* %changelog * Thu Feb 14 2013 Fedora Release Engineering - 0.013-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.013-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 12 2012 Petr Pisar - 0.013-5 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.013-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Marcela Mašláňová - 0.013-3 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.013-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Nov 19 2010 Iain Arnell 0.013-1 - update to latest upstream version * Tue Nov 09 2010 Iain Arnell 0.012-3 - BR perl(ExtUtils::ParseXS) >= 2.2006 now that it's available * Sat Nov 06 2010 Iain Arnell 0.012-2 - clarify ExtUtils::ParseXS build requirement version * Thu Nov 04 2010 Iain Arnell 0.012-1 - update to latest upstream version - use correct optflags macro * Sun Sep 26 2010 Iain Arnell 0.011-1 - Specfile autogenerated by cpanspec 1.78.