Name: perl-Data-Section Version: 0.100770 Release: 1%{?dist} Summary: Read multiple hunks of data out of your DATA section License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Section/ Source0: file:///home/dave/cpan/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MRO::Compat) >= 0.09 BuildRequires: perl(Sub::Exporter) >= 0.979 BuildRequires: perl(Test::More) >= 0.88 Requires: perl(MRO::Compat) >= 0.09 Requires: perl(Sub::Exporter) >= 0.979 Requires: perl(Test::More) >= 0.88 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Data::Section provides an easy way to access multiple named chunks of line- oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses. %prep %setup -q -n Data-Section-%{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 META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat May 15 2010 Dave Cross 0.100770-1 - Specfile autogenerated by cpanspec 1.78.