|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Lingua-Stem-Ru
|
|
|
|
Name: perl-Lingua-Stem-Ru
|
|
|
|
Version: 0.03
|
|
|
|
Version: 0.04
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Porter's stemming algorithm for Russian (KOI8-R only)
|
|
|
|
Summary: Porter's stemming algorithm for Russian (KOI8-R only)
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -14,8 +14,7 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter) >= 5.57
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
|
|
|
# Tests:
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
@ -45,6 +44,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 16 2016 Petr Šabata <contyk@redhat.com> - 0.04-1
|
|
|
|
|
|
|
|
- 0.04 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2016 Petr Šabata <contyk@redhat.com> - 0.03-1
|
|
|
|
* Mon Feb 08 2016 Petr Šabata <contyk@redhat.com> - 0.03-1
|
|
|
|
- 0.03 bump
|
|
|
|
- 0.03 bump
|
|
|
|
|
|
|
|
|
|
|
|