Name: perl-Role-Identifiable Version: 0.005 Release: 1%{?dist} Summary: Identifiable roles License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Role-Identifiable/ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Role-Identifiable-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) BuildRequires: perl(Moose::Role) BuildRequires: perl(Moose::Util::TypeConstraints) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module provides several Moose roles for identifying things. %prep %setup -q -n Role-Identifiable-%{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 LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Feb 17 2011 Iain Arnell 0.005-1 - Specfile autogenerated by cpanspec 1.79.