Name: perl-Switch Version: 2.16 Release: 1%{?dist} Summary: A switch statement for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Switch/ Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Switch-%{version}.tar.gz # From OpenSUSE, fix test failures with perl 5.14 Patch0: Switch-2.16-perl514.patch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch %description Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords C and C and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. %prep %setup -q -n Switch-%{version} %patch0 -p1 -b .514 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/Switch.pm %{_mandir}/man3/*.3* %changelog * Wed Aug 10 2011 Tom Callaway - 2.16-1 - initial package