49 lines
1.0 KiB
RPMSpec
49 lines
1.0 KiB
RPMSpec
%define modname Math-BigInt-FastCalc
|
|
Name: perl-%{modname}
|
|
Version: 0.15
|
|
Release: 1
|
|
Summary: Math::BigInt::Calc With Some XS for More Speed
|
|
Requires: perl = %{perl_version} perl-Math-BigInt
|
|
BuildRequires: perl perl-Math-BigInt
|
|
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_vendorlib}/Math/BigInt/FastCalc.pm
|
|
%{perl_vendorarch}/auto/Math/BigInt/FastCalc
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
%changelog
|
|
|
|
* Wed Jan 02 2008 - James Oakley <jfunk@funktronics.ca> - 0.15-1
|
|
- Initial release
|