Name: perl-Meta-Builder Version: 0.003 Release: 1%{?dist} Summary: Tools for creating Meta objects to track custom metrics License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Meta-Builder/ Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/Meta-Builder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Fennec::Lite) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) Requires: perl(Carp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Meta programming is becomming more and more popular. The popularity of Meta programming comes from the fact that many problems are made significantly easier. There are a few specialized Meta tools out there, for instance Class:MOP which is used by Moose to track class metadata. %prep %setup -q -n Meta-Builder-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Feb 08 2013 Dave Cross 0.003-1 - Specfile autogenerated by cpanspec 1.78.