]> git.pld-linux.org Git - packages/perl-Lingua-Stem.git/commitdiff
- up to 0.60, BRs for tests, cosmetics (from RA-branch), release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jun 2003 11:36:34 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Lingua-Stem.spec -> 1.9

perl-Lingua-Stem.spec

index 95386047fb4c7ef79c39957efb9aff50178765f9..66f3dc5747598739942c9d3dd24622a450562981 100644 (file)
@@ -1,15 +1,28 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Lingua
 %define        pnam    Stem
-Summary:       Lingua::Stem -- Stemming of words
-Summary(pl):   Modu³ Perla Lingua::Stem - okre¶laj±cy temat s³ów
+Summary:       Lingua::Stem - stemming of words
+Summary(pl):   Modu³ Perla Lingua::Stem - okre¶laj±cy rdzenie s³ów
 Name:          perl-%{pdir}-%{pnam}
-Version:       0.50
-Release:       3
-License:       GPL/Artistic
+Version:       0.60
+Release:       2
+License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 33531d477d589ef2019c1b2b53bd0c82
+# Source0-md5: 9fa4e866ff0b20db50b82ac7c984cfca
+%if 0%{!?_without_tests:1}
+BuildRequires: perl-Lingua-GL-Stemmer
+BuildRequires: perl-Lingua-PT-Stemmer
+BuildRequires: perl-Lingua-Stem-It
+BuildRequires: perl-Lingua-Stem-Snowball-Da
+BuildRequires: perl-Lingua-Stem-Snowball-No
+BuildRequires: perl-Lingua-Stem-Snowball-Se
+BuildRequires: perl-Text-German
+%endif
 BuildRequires: perl-devel >= 5.6
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -20,8 +33,9 @@ This routine applies stemming algorithms to its parameters, returning
 the stemmed words as appropriate to the selected locale.
 
 %description -l pl
-Ta funkcja wykonuje na swoich parametrach algorytmy okre¶laj±ce temat
-s³owa, zwracaj±c tematy s³ów w³a¶ciwe dla ustawionej lokalizacji.
+Ta funkcja wykonuje na swoich parametrach algorytmy okre¶laj±ce
+rdzenie s³ów, zwracaj±c rdzenie s³ów w³a¶ciwe dla ustawionej
+lokalizacji.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -43,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{perl_vendorlib}/%{pdir}/*.pm
-%{perl_vendorlib}/%{pdir}/%{pnam}
+%{perl_vendorlib}/%{pdir}/%{pnam}/*.pm
 %{_mandir}/man3/*
This page took 0.0427110000000001 seconds and 4 git commands to generate.