Name: perl-Devel-Declare Version: 0.005008 Release: 1%{?dist} Summary: Adding keywords to perl, in perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-Declare/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Devel-Declare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(B::Hooks::EndOfScope) >= 0.05 BuildRequires: perl(B::Hooks::OP::Check) >= 0.18 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Sub::Name) Requires: perl(B::Hooks::EndOfScope) >= 0.05 Requires: perl(B::Hooks::OP::Check) >= 0.18 Requires: perl(Sub::Name) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Devel::Declare can install subroutines called declarators which locally take over Perl's parser, allowing the creation of new syntax. %prep %setup -q -n Devel-Declare-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" 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 -type f -name '*.bs' -size 0 -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_vendorarch}/auto/* %{perl_vendorarch}/Devel* %{_mandir}/man3/* %changelog * Tue Aug 11 2009 Dave Cross 0.005008-1 - Specfile autogenerated by cpanspec 1.78.