]> git.pld-linux.org Git - packages/perl-Lingua-Stem.git/blob - perl-Lingua-Stem.spec
- massive attack: source-md5
[packages/perl-Lingua-Stem.git] / perl-Lingua-Stem.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Lingua
3 %define pnam    Stem
4 Summary:        Lingua::Stem -- Stemming of words
5 Summary(pl):    Modu³ Perla Lingua::Stem - okre¶laj±cy temat s³ów
6 Name:           perl-%{pdir}-%{pnam}
7 Version:        0.50
8 Release:        3
9 License:        GPL/Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  33531d477d589ef2019c1b2b53bd0c82
13 BuildRequires:  perl-devel >= 5.6
14 BuildRequires:  rpm-perlprov >= 4.1-13
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This routine applies stemming algorithms to its parameters, returning
20 the stemmed words as appropriate to the selected locale.
21
22 %description -l pl
23 Ta funkcja wykonuje na swoich parametrach algorytmy okre¶laj±ce temat
24 s³owa, zwracaj±c tematy s³ów w³a¶ciwe dla ustawionej lokalizacji.
25
26 %prep
27 %setup -q -n %{pdir}-%{pnam}-%{version}
28
29 %build
30 %{__perl} Makefile.PL \
31         INSTALLDIRS=vendor 
32 %{__make}
33 %{!?_without_tests:%{__make} test}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{perl_vendorlib}/%{pdir}/*.pm
46 %{perl_vendorlib}/%{pdir}/%{pnam}
47 %{_mandir}/man3/*
This page took 0.073986 seconds and 4 git commands to generate.