Name: perl-namespace-autoclean Version: 0.08 Release: 1%{?dist} Summary: Keep imports out of your namespace License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/namespace-autoclean/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07 BuildRequires: perl(Class::MOP) >= 0.80 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(namespace::clean) >= 0.11 Requires: perl(B::Hooks::EndOfScope) >= 0.07 Requires: perl(Class::MOP) >= 0.80 Requires: perl(namespace::clean) >= 0.11 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description When you import a function into a Perl package, it will naturally also be available as a method. %prep %setup -q -n namespace-autoclean-%{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 * Sat Jun 20 2009 Dave Cross 0.08-1 - Specfile autogenerated by cpanspec 1.78.