Name: perl-Sort-Naturally Version: 1.03 Release: 8%{?dist} # see lib/Sort/Naturally.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Sort lexically, but sort numeral parts numerically Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Sort-Naturally-%{version}.tar.gz Url: http://search.cpan.org/dist/Sort-Naturally BuildArch: noarch BuildRequires: perl BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(integer) BuildRequires: perl(locale) BuildRequires: perl(strict) BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) %description This module exports two functions, 'nsort' and 'ncmp'; they are used in implementing my idea of a "natural sorting" algorithm. Under natural sorting, numeric substrings are compared numerically, and other word-characters are compared lexically. %prep %setup -q -n Sort-Naturally-%{version} %build perl Makefile.PL INSTALLDIRS=vendor 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 ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Jan 28 2014 Matias Kreder - 1.03-8 - Ported to EPEL 6 and 7 * Thu Oct 10 2013 Petr Šabata - 1.03-7 - Correct the source URL - Correct the dependency list - Modernize the spec * Sun Aug 04 2013 Fedora Release Engineering - 1.03-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 1.03-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.03-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.03-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 08 2012 Petr Pisar - 1.03-2 - Perl 5.16 rebuild * Wed Apr 11 2012 Petr Šabata - 1.03-1 - 1.03 bump - Drop command macros and don't package tests * Fri Jan 13 2012 Fedora Release Engineering - 1.02-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Petr Sabata - 1.02-9 - Perl mass rebuild in dist-f16-perl (d'oh) - Remove now obsolete Buildroot and defattr * Thu Jun 09 2011 Marcela Mašláňová - 1.02-8 - Perl 5.14 mass rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.02-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova - 1.02-6 - 661697 rebuild for fixing problems with vendorach/lib * Thu May 06 2010 Marcela Maslanova - 1.02-5 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.02-4 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.02-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.02-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Oct 05 2008 Chris Weyl 1.02-1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1)