Name: perl-Any-Moose Version: 0.10 Release: 1%{?dist} Summary: Use Moose or Mouse modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Any-Moose/ Source0: http://www.cpan.org/authors/id/S/SA/SARTAK/Any-Moose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Mouse) >= 0.21 Requires: perl(Mouse) >= 0.21 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Actual documentation is forthcoming, once we solidify all the bits of the API. The examples above are very likely to continue working. %prep %setup -q -n Any-Moose-%{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 dist.ini LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Nov 08 2009 Dave Cross 0.10-1 - Specfile autogenerated by cpanspec 1.77.