Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > 1cf4724013fd5ee1e480318202d92c14 > files > 2

perl-Math-Roman-1.07-1mdk.src.rpm

%define module	Math-Roman
%define name	perl-%{module}
%define version 1.07
%define release 1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Arbitrary sized Roman numbers and conversion from and to Arabic
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Well, it seems I have been infected by the Perligata-Virus, too. ;o)

This module lets you calculate with Roman numbers, as if they were big
integers. The numbers can have arbitrary length and all the usual functions
from Math::BigInt are available.

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

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

%check
%make test

%clean 
rm -rf %{buildroot}

%install
rm -rf %{buildroot}
%makeinstall_std

%files
%defattr(-,root,root)
%doc CHANGES LICENSE README INSTALL SIGNATURE
%{perl_vendorlib}/Math
%{_mandir}/*/*

%changelog
* Tue Aug 23 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.07-1mdk
- first mdk release