]> git.pld-linux.org Git - packages/perl-Lingua-Stem.git/blame - perl-Lingua-Stem.spec
- tabs in preamble
[packages/perl-Lingua-Stem.git] / perl-Lingua-Stem.spec
CommitLineData
a5454616
JB
1#
2# Conditional build:
621ba93e 3%bcond_without tests # do not perform "make test"
a5454616 4#
05d4db33 5%include /usr/lib/rpm/macros.perl
0e3eed34 6%define pdir Lingua
7%define pnam Stem
4acdde78 8Summary: Lingua::Stem Perl module - stemming of words
455a6747 9Summary(pl.UTF-8): Moduł Perla Lingua::Stem - określanie rdzeni słów
342e39fa 10Name: perl-Lingua-Stem
a5e5b4e0 11Version: 0.81
240c4d34 12Release: 1
cf088390 13# same as perl
14License: GPL v1+ or Artistic
05d4db33 15Group: Development/Languages/Perl
120c9d6c 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
a5e5b4e0 17# Source0-md5: 94d85dc2fd40db4483e3bff9206d8cad
621ba93e 18%if %{with tests}
a5454616
JB
19BuildRequires: perl-Lingua-GL-Stemmer
20BuildRequires: perl-Lingua-PT-Stemmer
6ed03d98 21BuildRequires: perl-Lingua-Stem-Fr >= 0.02
a5454616 22BuildRequires: perl-Lingua-Stem-It
6ed03d98
AG
23BuildRequires: perl-Lingua-Stem-Snowball-Da >= 1.01
24BuildRequires: perl-Lingua-Stem-Snowball-No >= 1.00
25BuildRequires: perl-Lingua-Stem-Snowball-Se >= 1.01
a5454616
JB
26BuildRequires: perl-Text-German
27%endif
4cc77447 28BuildRequires: perl-devel >= 1:5.8.0
3701101d 29BuildRequires: rpm-perlprov >= 4.1-13
05d4db33 30BuildArch: noarch
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34This routine applies stemming algorithms to its parameters, returning
35the stemmed words as appropriate to the selected locale.
36
ade8bdde
JR
37%description -l pl.UTF-8
38Ta funkcja wykonuje na swoich parametrach algorytmy określające
39rdzenie słów, zwracając rdzenie słów właściwe dla ustawionej
a5454616 40lokalizacji.
05d4db33 41
42%prep
43%setup -q -n %{pdir}-%{pnam}-%{version}
44
45%build
3701101d 46%{__perl} Makefile.PL \
7f5b4a28 47 INSTALLDIRS=vendor
05d4db33 48%{__make}
621ba93e 49
50%{?with_tests:%{__make} test}
05d4db33 51
52%install
53rm -rf $RPM_BUILD_ROOT
54
afbf3fbf 55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
05d4db33 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(644,root,root,755)
3701101d 63%{perl_vendorlib}/%{pdir}/*.pm
a5454616 64%{perl_vendorlib}/%{pdir}/%{pnam}/*.pm
05d4db33 65%{_mandir}/man3/*
This page took 0.08057 seconds and 4 git commands to generate.