Search
j0ke.net Open Build Service
>
Projects
>
devel
:
perl
>
perl-Math-BigInt-FastCalc
> perl-Math-BigInt-FastCalc.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File perl-Math-BigInt-FastCalc.spec of Package perl-Math-BigInt-FastCalc (Revision 2)
Currently displaying revision
2
,
show latest
%define modname Math-BigInt-FastCalc Name: perl-%{modname} Version: 0.19 Release: 1 Summary: Math::BigInt::Calc With Some XS for More Speed Requires: perl = %{perl_version} BuildRequires: perl perl(Test::More) License: GPL/Artistic Group: Development/Libraries/Perl Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root %description Provides support for fast big integer calculations. Authors: -------- Tels <nospam-abuse@bloodgate.com> Mark Biggar John Peacock %prep %setup -q -n %{modname}-%{version} %build perl Makefile.PL make make test %install %perl_make_install %perl_process_packlist %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc CHANGES CREDITS README TODO %doc %{_mandir}/man?/* %{perl_vendorarch}/Math %{perl_vendorarch}/auto/Math /var/adm/perl-modules/%{name} %changelog * Wed Jan 02 2008 - James Oakley <jfunk@funktronics.ca> - 0.15-1 - Initial release