Name: perl-Moose-Autobox Version: 0.09 Release: 1%{?dist} Summary: Autoboxed wrappers for Native Perl datatypes License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose-Autobox/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Moose-Autobox-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.0 BuildRequires: perl(autobox) >= 2.23 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.42 BuildRequires: perl(Perl6::Junction) >= 1.40000 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::More) >= 0.62 Requires: perl(autobox) >= 2.23 Requires: perl(Moose) >= 0.42 Requires: perl(Perl6::Junction) >= 1.40000 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using a hierarchy of roles in a manner similar to what Perl 6 might do. This module, like Class::MOP and Moose, was inspired by my work on the Perl 6 Object Space, and the 'core types' implemented there. %prep %setup -q -n Moose-Autobox-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$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 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Nov 14 2008 Dave Cross 0.09-1 - Specfile autogenerated by cpanspec 1.77.