f38
Petr Šabata 9 years ago
parent dbe9314ff4
commit ad62719614

1
.gitignore vendored

@ -1,2 +1,3 @@
/Lingua-Stem-Ru-0.01.tar.gz /Lingua-Stem-Ru-0.01.tar.gz
/Lingua-Stem-Ru-0.02.tar.gz /Lingua-Stem-Ru-0.02.tar.gz
/Lingua-Stem-Ru-0.03.tar.gz

@ -1,5 +1,5 @@
Name: perl-Lingua-Stem-Ru Name: perl-Lingua-Stem-Ru
Version: 0.02 Version: 0.03
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
@ -7,11 +7,9 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Lingua-Stem-Ru/ URL: http://search.cpan.org/dist/Lingua-Stem-Ru/
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/Lingua-Stem-Ru-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/N/NE/NEILB/Lingua-Stem-Ru-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Run-time: # Run-time:
@ -19,11 +17,9 @@ BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
BuildRequires: perl(vars) BuildRequires: perl(vars)
# Tests: # Tests:
BuildRequires: perl(Test::More) 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))
%{?perl_default_filter}
%description %description
This module applies the Porter Stemming Algorithm to its parameters, This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words. returning the stemmed words.
@ -32,12 +28,11 @@ returning the stemmed words.
%setup -q -n Lingua-Stem-Ru-%{version} %setup -q -n Lingua-Stem-Ru-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
@ -50,6 +45,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Feb 08 2016 Petr Šabata <contyk@redhat.com> - 0.03-1
- 0.03 bump
* Wed Feb 03 2016 Petr Pisar <ppisar@redhat.com> - 0.02-1 * Wed Feb 03 2016 Petr Pisar <ppisar@redhat.com> - 0.02-1
- 0.02 bump - 0.02 bump

@ -1 +1 @@
8b1c19725c56123e14d1d38e3eacf505 Lingua-Stem-Ru-0.02.tar.gz c43ab230c6afce287fdb53bcc8c8f700 Lingua-Stem-Ru-0.03.tar.gz

Loading…
Cancel
Save