Blame SPECS/perl-bignum.spec

c70713
%{?scl:%scl_package perl-bignum}
c70713
c70713
Name:           %{?scl_prefix}perl-bignum
c70713
Version:        0.51
c70713
Release:        451%{?dist}
c70713
Summary:        Transparent big number support for Perl
c70713
License:        GPL+ or Artistic
c70713
URL:            https://metacpan.org/release/bignum
c70713
Source0:        https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/bignum-%{version}.tar.gz
c70713
BuildArch:      noarch
c70713
BuildRequires:  make
c70713
BuildRequires:  %{?scl_prefix}perl-generators
c70713
BuildRequires:  %{?scl_prefix}perl-interpreter
c70713
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76
c70713
BuildRequires:  %{?scl_prefix}perl(strict)
c70713
BuildRequires:  %{?scl_prefix}perl(warnings)
c70713
# Run-time:
c70713
BuildRequires:  %{?scl_prefix}perl(:VERSION) >= 5.10
c70713
BuildRequires:  %{?scl_prefix}perl(Carp)
c70713
BuildRequires:  %{?scl_prefix}perl(constant)
c70713
BuildRequires:  %{?scl_prefix}perl(Exporter)
c70713
BuildRequires:  %{?scl_prefix}perl(Math::BigFloat)
c70713
BuildRequires:  %{?scl_prefix}perl(Math::BigInt) >= 1.999812
c70713
BuildRequires:  %{?scl_prefix}perl(Math::BigRat) >= 0.12
c70713
BuildRequires:  %{?scl_prefix}perl(overload)
c70713
# Optional run-time:
c70713
# Math::BigInt::Lite not packaged
c70713
# Tests:
c70713
# Algorithm::Combinatorics not used
c70713
BuildRequires:  %{?scl_prefix}perl(Test::More) >= 0.88
c70713
# Test::Version not used
c70713
# Optional tests:
c70713
# Module::Signature not used and not helpful
c70713
# Pod::Coverage 0.18 not used
c70713
# Socket not used
c70713
# Test::CPAN::Changes not used
c70713
# Test::Pod 1.22 not used
c70713
# Test::Pod::Coverage 1.08 not used
c70713
# Test::Portability::Files not used
c70713
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
c70713
Requires:       %{?scl_prefix}perl(Carp)
c70713
Requires:       %{?scl_prefix}perl(Math::BigInt) >= 1.999812
c70713
Requires:       %{?scl_prefix}perl(Math::BigRat) >= 0.12
c70713
Conflicts:      %{?scl_prefix}perl < 4:5.22.0-348
c70713
c70713
# Remove under-specified dependencies
c70713
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^%{?scl_prefix}perl\\(Math::BigInt\\)$
c70713
c70713
%description
c70713
This package attempts to make it easier to write scripts that use BigInts and
c70713
BigFloats in a transparent way.
c70713
c70713
%prep
c70713
%setup -q -n bignum-%{version}
c70713
c70713
%build
c70713
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 && make %{?_smp_mflags}%{?scl:'}
c70713
c70713
%install
c70713
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'}
c70713
%{_fixperms} $RPM_BUILD_ROOT/*
c70713
c70713
%check
c70713
unset RELEASE_TESTING
c70713
%{?scl:scl enable %{scl} '}make test%{?scl:'}
c70713
c70713
%files
c70713
%doc LICENSE
c70713
%doc BUGS CHANGES README TODO
c70713
%{perl_vendorlib}/*
c70713
%{_mandir}/man3/*
c70713
c70713
%changelog
c70713
* Fri Dec 20 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.51-451
c70713
- SCL
c70713
c70713
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-439
c70713
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c70713
c70713
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.51-438
c70713
- Increase release to favour standalone package
c70713
c70713
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-2
c70713
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c70713
c70713
* Fri Oct 12 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.51-1
c70713
- 0.51 bump
c70713
c70713
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.50-3
c70713
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c70713
c70713
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.50-2
c70713
- Perl 5.28 rebuild
c70713
c70713
* Wed Apr 18 2018 Petr Pisar <ppisar@redhat.com> - 0.50-1
c70713
- 0.50 bump
c70713
c70713
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.49-2
c70713
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c70713
c70713
* Mon Feb 05 2018 Petr Pisar <ppisar@redhat.com> - 0.49-1
c70713
- 0.49 bump
c70713
c70713
* Fri Feb 02 2018 Petr Pisar <ppisar@redhat.com> - 0.48-1
c70713
- 0.48 bump
c70713
c70713
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.47-394
c70713
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c70713
c70713
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.47-393
c70713
- Perl 5.26 rebuild
c70713
c70713
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.47-2
c70713
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c70713
c70713
* Fri Dec 23 2016 Petr Pisar <ppisar@redhat.com> 0.47-1
c70713
- Specfile autogenerated by cpanspec 1.78.