Name: perl-MooseX-Method Version: 0.43 Release: 1%{?dist} Summary: Method declaration with type checking License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Method/ Source0: http://www.cpan.org/authors/id/B/BE/BERLE/MooseX-Method-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::MOP) >= 0.37 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Template::Pro) >= 0.65 BuildRequires: perl(Moose) >= 0.22 BuildRequires: perl(Sub::Name) >= 0.02 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) >= 1.26 BuildRequires: perl(Test::Pod::Coverage) >= 1.00 Requires: perl(Class::MOP) >= 0.37 Requires: perl(HTML::Template::Pro) >= 0.65 Requires: perl(Moose) >= 0.22 Requires: perl(Sub::Name) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Method declaration with type checking. %prep %setup -q -n MooseX-Method-%{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 TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Feb 01 2009 Allisson Azevedo 0.43-1 - Initial rpm release.