Name: perl-Lingua-EN-FindNumber Version: 1.2 Release: 1%{?dist} Summary: Locate (written) numbers in English text License: CHECK(GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/Lingua-EN-FindNumber/ Source0: file:///home/dave/mirrors/minicpan//authors/id/T/TM/TMTM/Lingua-EN-FindNumber-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Lingua::EN::Words2Nums) Requires: perl(Lingua::EN::Words2Nums) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a regular expression for finding numbers in English text. It also provides functions for extracting and manipulating such numbers. %prep %setup -q -n Lingua-EN-FindNumber-%{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 README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Dec 17 2013 Dave Cross 1.2-1 - Specfile autogenerated by cpanspec 1.78.