You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.8 KiB
64 lines
1.8 KiB
Name: perl-Snowball-Norwegian
|
|
Version: 1.2
|
|
Release: 6%{?dist}
|
|
Summary: Porter's stemming algorithm for Norwegian
|
|
License: GPLv2 or Artistic
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Snowball-Norwegian/
|
|
Source0: http://www.cpan.org/authors/id/A/AS/ASKSH/Snowball-Norwegian-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: perl(Module::Build)
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%description
|
|
The stem function takes a scalar as a parameter and stems the word according to
|
|
Martin Porter's Norwegian stemming algorithm, which can be found at the
|
|
Snowball website: http://snowball.tartarus.org/.
|
|
|
|
%prep
|
|
%setup -q -n Snowball-Norwegian-%{version}
|
|
|
|
mv bin/stemmer-no.pl bin/stemmer-no
|
|
|
|
%build
|
|
%{__perl} Build.PL installdirs=vendor
|
|
./Build
|
|
|
|
%install
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%check
|
|
./Build test
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc Changes LICENSE README
|
|
%{perl_vendorlib}/*
|
|
%{_bindir}/*
|
|
%{_mandir}/man3/*
|
|
|
|
%changelog
|
|
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.2-6
|
|
- Perl 5.16 rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.2-4
|
|
- Perl mass rebuild
|
|
|
|
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.2-3
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
* Sat Aug 28 2010 Iain Arnell <iarnell@gmail.com> 1.2-2
|
|
- license GPLv2 or Artistic
|
|
|
|
* Mon Aug 16 2010 Iain Arnell <iarnell@epo.org> 1.2-1
|
|
- Specfile autogenerated by cpanspec 1.78.
|