File perl-Lingua-EN-Inflect-Number.spec of Package perl-Lingua-EN-Inflect-Number
#
# spec file for package perl-Lingua-EN-Inflect-Number
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Lingua-EN-Inflect-Number
Version: 1.1
Release: 0
# see http://osdir.com/ml/linux.redhat.fedora.maintainers/2006-04/msg00090.html
%define cpan_name Lingua-EN-Inflect-Number
Summary: Force number of words to singular or plural
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Lingua-EN-Inflect-Number/
Source: http://www.cpan.org/authors/id/S/SI/SIMON/Lingua-EN-Inflect-Number-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Lingua::EN::Inflect)
Requires: perl(Lingua::EN::Inflect)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
This module extends the functionality of Lingua::EN::Inflect with three new
functions available for export:
number
This takes a word, and determines its number. It returns 's' for
singular, 'p' for plural, and 'ambig' for words that can be either
singular or plural.
Based on that:
to_S / to_PL
These take a word and convert it forcefully either to singular or to
plural. 'Lingua::EN::Inflect' does funny things if you try to pluralise
an already-plural word, but this module does the right thing.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README
%changelog