Name: perl-MooseX-Types-VariantTable Version: 0.04 Release: 1%{?dist} Summary: Type constraint based variant table License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Types-VariantTable/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-Types-VariantTable-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.75 BuildRequires: perl(MooseX::Clone) >= 0.03 BuildRequires: perl(MooseX::Types::Structured) >= 0.12 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::use::ok) Requires: perl(MooseX::Clone) >= 0.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This object implements a simple dispatch table based on Moose type constraints. %prep %setup -q -n MooseX-Types-VariantTable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Jul 10 2010 Iain Arnell 0.04-1 - Specfile autogenerated by cpanspec 1.78.