Name: perl-Sort-Maker Version: 0.06 Release: 2%{?dist} Summary: Simple way to make efficient sort subs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sort-Maker/ Source0: http://www.cpan.org/modules/by-module/Sort/Sort-Maker-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(base) BuildRequires: perl(Benchmark) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(lib) BuildRequires: perl(List::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(vars) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(List::Util) %description This module has two main goals: to make it easy to create correct sort functions, and to make it simple to select the optimum sorting algorithm for the number of items to be sorted. Sort::Maker generates complete sort subroutines in one of four styles, plain, orcish manouver, Schwartzian Transform and the Guttman-Rosler Transform. You can also get the source for a sort sub you create via the sorter_source call. %prep %setup -q -n Sort-Maker-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Apr 22 2014 Xavier Bachelot 0.06-2 - Package review cleanups. * Tue Apr 15 2014 Xavier Bachelot 0.06-1 - Initial release.