Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > ffc812dd91b2c76c58ea307d67aee79d > files > 2

perl-Lingua-EN-Numbers-Ordinate-1.02-1mdk.src.rpm

%define module	Lingua-EN-Numbers-Ordinate
%define version 1.02
%define release 1mdk

Summary:	Go from cardinal number (3) to ordinal ("3rd")
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License:	GPL or Artistic
Group:		Development/Perl
Url:		http://www.cpan.org/
Source:		http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/%{module}-%{version}.tar.bz2
#Requires:	perl
BuildRequires:	perl-devel >= 0:5.600
BuildRoot: 	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch

%description
There are two kinds of numbers in English -- cardinals (1, 2, 3...), and
ordinals (1st, 2nd, 3rd...). This library provides functions for giving the
ordinal form of a number, given its cardinal value.

Authors:
--------
        Sean M. Burke <sburke@cpan.org>

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make}
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
#%doc README Changes
%{perl_vendorlib}/Lingua/*
%{_mandir}/*/*


%changelog
* Mon Jan 17 2005 Stefan van der Eijk <stefan@mandrakesoft.com> 1.02-1mdk
- New release 1.02

* Fri Nov 28 2003 Stefan van der Eijk <stefan@eijk.nu> 0.01-2mdk
- rpmlint fixes
- revamp .spec file

* Wed Apr 09 2003 Torbjorn Turpeinen <tobbe@nyvalls.se> 0.01-1mdk
- Rebuilt for Mandrake 9.1

* Thu May 30 2002 - James Oakley <jfunk@funktronics.ca>
- Initial build with new spec layout