force architecture dependent installation

f38
Iain Arnell 15 years ago
parent e8553ff3c6
commit 2d33bfaaa8

@ -1,12 +1,11 @@
Name: perl-Lingua-EN-Tagger
Version: 0.16
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Part-of-speech tagger for English natural language processing
License: GPLv3
Group: Development/Libraries
URL: http://search.cpan.org/dist/Lingua-EN-Tagger/
Source0: http://www.cpan.org/authors/id/A/AC/ACOBURN/Lingua-EN-Tagger-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) >= 0.84
BuildRequires: perl(HTML::TokeParser) >= 3.45
@ -34,7 +33,7 @@ morphology or can be set to be treated as nouns or other parts of speech.
%setup -q -n Lingua-EN-Tagger-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__perl} Makefile.PL INSTALLDIRS=vendor INSTALLVENDORLIB=%{perl_vendorarch}
make %{?_smp_mflags}
%install
@ -51,10 +50,14 @@ make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{perl_vendorarch}/*
%{_mandir}/man3/*
%changelog
* Wed Nov 03 2010 Iain Arnell <iarnell@gmail.com> 0.16-3
- force architecture dependent installation (installed lexicons are
arch-dependent)
* Thu Sep 30 2010 Iain Arnell <iarnell@gmail.com> 0.16-2
- license is GPLv3
- tweak buildrequires

Loading…
Cancel
Save