Name: perl-Lingua-Stem-It Version: 0.02 Release: 1%{?dist} Summary: Porter's stemming algorithm for Italian License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Lingua-Stem-It/ Source0: http://www.cpan.org/authors/id/A/AC/ACALPINI/Lingua-Stem-It-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. %prep %setup -q -n Lingua-Stem-It-%{version} sed -ie 's/\r//' Changes README It.pm chmod -x Changes %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{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 %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Aug 16 2010 Iain Arnell 0.02-1 - Specfile autogenerated by cpanspec 1.78.