Name: perl-ORLite-Statistics Version: 0.03 Release: 1%{?dist} Summary: Statistics enhancement package for ORLite License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ORLite-Statistics/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/ORLite-Statistics-%{version}.tar.gz BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ORLite) >= 1.25 BuildRequires: perl(Statistics::Basic) >= 1.6600 BuildRequires: perl(strict) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This is an enhancement module for ORLite table classes, designed to provide easy integration with the Statistics::Base module. %prep %setup -q -n ORLite-Statistics-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$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 %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Apr 24 2011 Iain Arnell 0.03-1 - Specfile autogenerated by cpanspec 1.79.