Name: perl-syntax Version: 0.004 Release: 1%{?dist} Summary: Activate syntax extensions License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/syntax/ Source0: http://www.cpan.org/authors/id/P/PH/PHAYLON/syntax-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Data::OptList) >= 0.104 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FindBin) BuildRequires: perl(Test::More) BuildRequires: perl(namespace::clean) BuildRequires: perl(strict) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module activates community provided syntax extensions to Perl. You pass it a feature name, and optionally a scalar with arguments, and the dispatching system will load and install the extension in your package. %prep %setup -q -n syntax-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Sep 07 2012 Iain Arnell 0.004-1 - Specfile autogenerated by cpanspec 1.79.