Author: cweyl Update of /cvs/extras/rpms/perl-Sort-Naturally/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7393/devel Modified Files: .cvsignore sources Added Files: import.log perl-Sort-Naturally.spec Log Message: "Initial branch import." --- NEW FILE import.log --- perl-Sort-Naturally-1_02-1_fc9:HEAD:perl-Sort-Naturally-1.02-1.fc9.src.rpm:1225942416 --- NEW FILE perl-Sort-Naturally.spec --- Name: perl-Sort-Naturally Version: 1.02 Release: 1%{?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/S/SB/SBURKE/Sort-Naturally-%{version}.tar.gz Url: http://search.cpan.org/dist/Sort-Naturally BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test) %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 rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Oct 05 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.02-1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sort-Naturally/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Nov 2008 22:50:07 -0000 1.1 +++ .cvsignore 6 Nov 2008 03:33:42 -0000 1.2 @@ -0,0 +1 @@ +Sort-Naturally-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sort-Naturally/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Nov 2008 22:50:07 -0000 1.1 +++ sources 6 Nov 2008 03:33:42 -0000 1.2 @@ -0,0 +1 @@ +a173f3f8f519ebae6e5e578e843f6e1c Sort-Naturally-1.02.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list