View | Details | Raw Unified | Return to bug 31760
Collapse All | Expand All

(-)perl-Math-BigInt-FastCalc.spec (-4 / +7 lines)
Lines 3-9 Link Here
3
%define dist Math-BigInt-FastCalc
3
%define dist Math-BigInt-FastCalc
4
Name: perl-%dist
4
Name: perl-%dist
5
Version: 0.40
5
Version: 0.40
6
Release: alt1
6
Release: alt1.1
7
7
8
Summary: XS implementation of arbitrary size integer math
8
Summary: XS implementation of arbitrary size integer math
9
License: GPL or Artistic
9
License: GPL or Artistic
Lines 12-24 Link Here
12
URL: %CPAN %dist
12
URL: %CPAN %dist
13
Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-%{version}.tar.gz
13
Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-FastCalc-%{version}.tar.gz
14
14
15
# Automatically added by buildreq on Wed Nov 16 2011
16
BuildRequires: perl-Test-Pod perl-Test-Pod-Coverage
17
18
%if_with bootstrap
15
%if_with bootstrap
19
%define _without_test 1
16
%define _without_test 1
20
%add_findreq_skiplist %perl_vendor_archlib/Math/BigInt*
17
%add_findreq_skiplist %perl_vendor_archlib/Math/BigInt*
18
BuildRequires: perl-devel
21
%else
19
%else
20
# Automatically added by buildreq on Wed Nov 16 2011
21
BuildRequires: perl-Test-Pod perl-Test-Pod-Coverage
22
BuildRequires: perl-Math-BigInt
22
BuildRequires: perl-Math-BigInt
23
%endif
23
%endif
24
24
Lines 42-47 Link Here
42
%perl_vendor_autolib/Math
42
%perl_vendor_autolib/Math
43
43
44
%changelog
44
%changelog
45
* Fri Feb 05 2016 Michael Shigorin <mike@altlinux.org> 0.40-alt1.1
46
- BOOTSTRAP: omit perl-Test-Pod from BR: due to loops with perl-Module-Build
47
45
* Mon Jan 04 2016 Igor Vlasenko <viy@altlinux.ru> 0.40-alt1
48
* Mon Jan 04 2016 Igor Vlasenko <viy@altlinux.ru> 0.40-alt1
46
- automated CPAN update
49
- automated CPAN update
47
50

Return to bug 31760