Blame SPECS/perl-Scalar-List-Utils.spec

cb2634
%{?scl:%scl_package perl-Scalar-List-Utils}
cb2634
cb2634
Name:           %{?scl_prefix}perl-Scalar-List-Utils
cb2634
Epoch:          3
cb2634
Version:        1.53
cb2634
Release:        440%{?dist}
cb2634
Summary:        A selection of general-utility scalar and list subroutines
cb2634
License:        GPL+ or Artistic
cb2634
URL:            https://metacpan.org/release/Scalar-List-Utils
cb2634
Source0:        https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-%{version}.tar.gz
cb2634
# Build
cb2634
BuildRequires:  findutils
cb2634
BuildRequires:  gcc
cb2634
BuildRequires:  make
cb2634
BuildRequires:  %{?scl_prefix}perl-interpreter
cb2634
BuildRequires:  %{?scl_prefix}perl-devel
cb2634
BuildRequires:  %{?scl_prefix}perl-generators
cb2634
BuildRequires:  %{?scl_prefix}perl(Config)
cb2634
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76
cb2634
BuildRequires:  %{?scl_prefix}perl(File::Spec)
cb2634
BuildRequires:  %{?scl_prefix}perl(strict)
cb2634
BuildRequires:  %{?scl_prefix}perl(warnings)
cb2634
# Runtime
cb2634
BuildRequires:  %{?scl_prefix}perl(Carp)
cb2634
BuildRequires:  %{?scl_prefix}perl(Exporter)
cb2634
BuildRequires:  %{?scl_prefix}perl(XSLoader)
cb2634
# Tests only
cb2634
BuildRequires:  %{?scl_prefix}perl(B::Deparse)
cb2634
BuildRequires:  %{?scl_prefix}perl(base)
cb2634
BuildRequires:  %{?scl_prefix}perl(constant)
cb2634
BuildRequires:  %{?scl_prefix}perl(IO::File)
cb2634
BuildRequires:  %{?scl_prefix}perl(IO::Handle)
cb2634
BuildRequires:  %{?scl_prefix}perl(List::Util)
cb2634
BuildRequires:  %{?scl_prefix}perl(Math::BigInt)
cb2634
BuildRequires:  %{?scl_prefix}perl(overload)
cb2634
BuildRequires:  %{?scl_prefix}perl(Symbol)
cb2634
BuildRequires:  %{?scl_prefix}perl(Sub::Util)
cb2634
BuildRequires:  %{?scl_prefix}perl(Test::More)
cb2634
BuildRequires:  %{?scl_prefix}perl(threads)
cb2634
BuildRequires:  %{?scl_prefix}perl(threads::shared)
cb2634
BuildRequires:  %{?scl_prefix}perl(Tie::Handle)
cb2634
BuildRequires:  %{?scl_prefix}perl(Tie::Scalar)
cb2634
BuildRequires:  %{?scl_prefix}perl(Tie::StdScalar)
cb2634
BuildRequires:  %{?scl_prefix}perl(vars)
cb2634
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
cb2634
Requires:       %{?scl_prefix}perl(Carp)
cb2634
cb2634
%{?perl_default_filter}
cb2634
cb2634
%description
cb2634
This package contains a selection of subroutines that people have expressed
cb2634
would be nice to have in the perl core, but the usage would not really be
cb2634
high enough to warrant the use of a keyword, and the size so small such
cb2634
that being individual extensions would be wasteful.
cb2634
cb2634
%prep
cb2634
%setup -q -n Scalar-List-Utils-%{version}
cb2634
cb2634
%build
cb2634
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 && make %{?_smp_mflags}%{?scl:'}
cb2634
cb2634
%install
cb2634
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=%{buildroot}%{?scl:'}
cb2634
find %{buildroot} -type f -name '*.bs' -size 0 -delete
cb2634
%{_fixperms} %{buildroot}/*
cb2634
cb2634
%check
cb2634
%{?scl:scl enable %{scl} '}make test%{?scl:'}
cb2634
cb2634
%files
cb2634
%doc Changes README
cb2634
%{perl_vendorarch}/auto/*
cb2634
%{perl_vendorarch}/List*
cb2634
%{perl_vendorarch}/Scalar*
cb2634
%{perl_vendorarch}/Sub*
cb2634
%{_mandir}/man3/*
cb2634
cb2634
%changelog
cb2634
* Thu Jan 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.53-440
cb2634
- SCL
cb2634
cb2634
* Fri Oct 25 2019 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.53-439
cb2634
- 1765091 - Rebase to upstream version 1.53.
cb2634
cb2634
* Mon Aug 19 2019 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.52-439
cb2634
- 1742608 - Rebase to upstream version 1.52.
cb2634
cb2634
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.50-439
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cb2634
cb2634
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.50-438
cb2634
- Increase release to favour standalone package
cb2634
cb2634
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.50-418
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
cb2634
cb2634
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.50-417
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
cb2634
cb2634
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.50-416
cb2634
- Increase release to favour standalone package
cb2634
cb2634
* Fri Feb 23 2018 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.50-1
cb2634
- 1547327 - Rebase to upstream version 1.50.
cb2634
cb2634
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.49-2
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cb2634
cb2634
* Mon Sep 11 2017 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.49-1
cb2634
- 1489828 - Rebase to upstream version 1.49.
cb2634
cb2634
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.48-3
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cb2634
cb2634
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.48-2
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
cb2634
cb2634
* Mon Jun 26 2017 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.48-1
cb2634
- 1464620 - Rebase to upstream version 1.48.
cb2634
cb2634
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.47-3
cb2634
- Perl 5.26 rebuild
cb2634
cb2634
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.47-2
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
cb2634
cb2634
* Sat Dec 31 2016 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.47-1
cb2634
- 1408347 - Rebase to upstream version 1.47.
cb2634
cb2634
* Fri Sep 30 2016 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.46-1
cb2634
- 1380561 - Rebase to upstream version 1.46.
cb2634
cb2634
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.45-2
cb2634
- Increase epoch to favour standalone package
cb2634
cb2634
* Tue Mar 29 2016 Jan Pazdziora <jpazdziora@redhat.com> - 2:1.45-1
cb2634
- 1.45 bump
cb2634
cb2634
* Fri Mar 18 2016 Jan Pazdziora <jpazdziora@redhat.com> - 2:1.44-1
cb2634
- 1.44 bump
cb2634
cb2634
* Tue Feb 09 2016 Petr Šabata <contyk@redhat.com> - 2:1.43-1
cb2634
- 1.43 bump
cb2634
cb2634
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.42-4
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cb2634
cb2634
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.42-3
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cb2634
cb2634
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.42-2
cb2634
- Perl 5.22 rebuild
cb2634
- Increase Epoch to favour standalone package
cb2634
cb2634
* Tue May 26 2015 Petr Šabata <contyk@redhat.com> - 1:1.42-1
cb2634
- 1.42 bump
cb2634
cb2634
* Mon Nov 24 2014 Petr Šabata <contyk@redhat.com> - 1:1.41-1
cb2634
- 1.41 bump; various enhancements
cb2634
cb2634
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.38-5
cb2634
- Increase Epoch to favour standalone package
cb2634
cb2634
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-4
cb2634
- Perl 5.20 rebuild
cb2634
cb2634
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-3
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cb2634
cb2634
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-2
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
cb2634
cb2634
* Wed Mar 26 2014 Paul Howarth <paul@city-fan.org> - 1.38-1
cb2634
- Update to 1.38
cb2634
  - Skip pairmap()'s MULTICALL implementation 5.8.9/5.10.0 as it doesn't work
cb2634
    (CPAN RT#87857)
cb2634
  - Comment on the fact that package "0" is defined but false (CPAN RT#88201)
cb2634
  - TODO test in t/readonly.t now passes since 5.19.3 (CPAN RT#88223)
cb2634
  - Added any, all, none, notall list reduction functions (inspired by
cb2634
    List::MoreUtils)
cb2634
  - Added List::Util::product()
cb2634
  - Added Scalar::Util::unweaken()
cb2634
  - Avoid C99/C++-style comments in XS code
cb2634
  - Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
cb2634
  - Neater documentation examples of other functions that can be built using
cb2634
    reduce
cb2634
  - Implement reduce() and first() even in the absence of MULTICALL
cb2634
  - Various documentation changes/updates
cb2634
  - Correct uses of overload operators in unit tests (CPAN RT#91969)
cb2634
cb2634
* Fri Aug 16 2013 Iain Arnell <iarnell@gmail.com> 1.31-293
cb2634
- update to latest upstream version
cb2634
cb2634
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-292
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cb2634
cb2634
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1.27-291
cb2634
- Specify all dependencies
cb2634
cb2634
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1.27-290
cb2634
- Increase release to favour standalone package
cb2634
cb2634
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1.27-247
cb2634
- Link minimal build-root packages against libperl.so explicitly
cb2634
cb2634
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-246
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cb2634
cb2634
* Fri Jan 04 2013 Iain Arnell <iarnell@gmail.com> 1.27-245
cb2634
- update to latest upstream version
cb2634
cb2634
* Fri Aug 17 2012 Petr Pisar <ppisar@redhat.com> - 1.25-240
cb2634
- Increase release to replace perl sub-package (bug #848961)
cb2634
cb2634
* Thu Aug 16 2012 Petr Pisar <ppisar@redhat.com> - 1.25-4
cb2634
- Correct dependencies
cb2634
cb2634
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-3
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cb2634
cb2634
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1.25-2
cb2634
- Perl 5.16 rebuild
cb2634
cb2634
* Sun Mar 25 2012 Iain Arnell <iarnell@gmail.com> 1.25-1
cb2634
- update to latest upstream version
cb2634
cb2634
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-3
cb2634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cb2634
cb2634
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.23-2
cb2634
- Perl mass rebuild
cb2634
cb2634
* Mon Feb 21 2011 Iain Arnell <iarnell@gmail.com> 1.23-1
cb2634
- Specfile autogenerated by cpanspec 1.79.