Search
j0ke.net Open Build Service
>
Projects
>
devel
:
perl
>
perl-Math-BigInt-FastCalc
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
perl-Math-BigInt-FastCalc.spec
@@ -0,0 +1,48 @@ +%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