Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/List-Pairwise-1.03.tar.gz
|
/List-Pairwise-1.03.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
80b1c33535fe0145b128a8f98a63b66a9965f752 SOURCES/List-Pairwise-1.03.tar.gz
|
|
@ -1,29 +1,26 @@
|
|||||||
Name: perl-List-Pairwise
|
Name: perl-List-Pairwise
|
||||||
Version: 1.03
|
Version: 1.03
|
||||||
Release: 10%{?dist}
|
Release: 22%{?dist}
|
||||||
Summary: Map/grep arrays and hashes pairwise
|
Summary: Map/grep arrays and hashes pairwise
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/List-Pairwise/
|
URL: https://metacpan.org/release/List-Pairwise
|
||||||
Source0: http://www.cpan.org/authors/id/T/TD/TDRUGEON/List-Pairwise-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/T/TD/TDRUGEON/List-Pairwise-%{version}.tar.gz
|
||||||
Patch0: List-Pairwise-1.03-Fix-building-on-Perl-without-dot-in-INC.patch
|
Patch0: List-Pairwise-1.03-Fix-building-on-Perl-without-dot-in-INC.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
|
BuildRequires: coreutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(inc::Module::Install)
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Module::Install::Metadata)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(Module::Install::WriteAll)
|
||||||
BuildRequires: perl(ExtUtils::MM_Unix)
|
|
||||||
BuildRequires: perl(Fcntl)
|
|
||||||
BuildRequires: perl(File::Find)
|
|
||||||
BuildRequires: perl(File::Path)
|
|
||||||
BuildRequires: perl(strict)
|
|
||||||
BuildRequires: perl(vars)
|
|
||||||
# Runtime
|
# Runtime
|
||||||
|
BuildRequires: perl(:VERSION) >= 5.6
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
# List::Util is not used
|
# List::Util is not used
|
||||||
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Tests only
|
# Tests only
|
||||||
# Devel::Cover is not used, because t/coverage.pl is not executed
|
# Devel::Cover is not used, because t/coverage.pl is not executed
|
||||||
@ -38,13 +35,16 @@ time, setting $a and $b to each pair instead of setting $_ to each element.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n List-Pairwise-%{version}
|
%setup -q -n List-Pairwise-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
# Remove bundled modules
|
||||||
|
rm -rf inc
|
||||||
|
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
%{make_install}
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -56,6 +56,43 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.03-22
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.03-21
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-18
|
||||||
|
- Perl 5.32 rebuild
|
||||||
|
|
||||||
|
* Tue Mar 03 2020 Petr Pisar <ppisar@redhat.com> - 1.03-17
|
||||||
|
- Unbundle Module::Install
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-14
|
||||||
|
- Perl 5.30 rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.03-11
|
||||||
|
- Perl 5.28 rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-10
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.03-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user