Name: perl-PPIx-Regexp Version: 0.019 Release: 1%{?dist} Summary: Represent a regular expression of some sort License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PPIx-Regexp/ Source0: http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006 BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Build) BuildRequires: perl(PPI::Document) >= 1.117 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.4 Requires: perl(List::MoreUtils) Requires: perl(PPI::Document) >= 1.117 Requires: perl(Task::Weaken) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document. %prep %setup -q -n PPIx-Regexp-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes eg LICENSES README xt %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Mar 26 2011 Dave Cross 0.019-1 - Specfile autogenerated by cpanspec 1.78.