]> git.pld-linux.org Git - packages/perl-Lingua-Stem.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 19:37:35 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Lingua-Stem.spec -> 1.5

perl-Lingua-Stem.spec

index 019684c3de93dd9519c30e495100dfc015398ea6..ef19fed7db9077ef485a4c81a733cf9b8185d35e 100644 (file)
@@ -5,12 +5,12 @@ Summary:      Lingua::Stem -- Stemming of words
 Summary(pl):   Modu³ Perla Lingua::Stem - okre¶laj±cy temat s³ów
 Name:          perl-%{pdir}-%{pnam}
 Version:       0.50
-Release:       2
+Release:       3
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-26
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,7 +26,8 @@ s
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{!?_without_tests:%{__make} test}
 
@@ -40,6 +41,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{perl_sitelib}/%{pdir}/*.pm
-%{perl_sitelib}/%{pdir}/%{pnam}
+%{perl_vendorlib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/%{pnam}
 %{_mandir}/man3/*
This page took 0.133789 seconds and 4 git commands to generate.