Compare commits

...

No commits in common. "c8-stream-5.3" and "c8-beta-stream-5.24" have entirely different histories.

3 changed files with 13 additions and 61 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ExtUtils-Install-2.14.tar.gz
SOURCES/ExtUtils-Install-2.04.tar.gz

View File

@ -1 +1 @@
db491c4db50eef0dec9a660f226a5650259e8d67 SOURCES/ExtUtils-Install-2.14.tar.gz
53f5f2652c7bf30a3370f8b3cd883981a4d852b0 SOURCES/ExtUtils-Install-2.04.tar.gz

View File

@ -1,26 +1,17 @@
# Run optional test
%if ! (0%{?rhel})
%bcond_without perl_ExtUtils_Install_enables_optional_test
%else
%bcond_with perl_ExtUtils_Install_enables_optional_test
%endif
Name: perl-ExtUtils-Install
Version: 2.14
Release: 440%{?dist}
Version: 2.04
Release: 368%{?dist}
Summary: Install Perl files from here to there
License: GPL+ or Artistic
URL: https://metacpan.org/release/ExtUtils-Install
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz
Group: Development/Libraries
URL: http://search.cpan.org/dist/ExtUtils-Install/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(lib)
BuildRequires: perl(strict)
BuildRequires: sed
# Run-time:
BuildRequires: perl(AutoSplit)
BuildRequires: perl(Carp)
@ -34,9 +25,7 @@ BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
# POSIX is optional
BuildRequires: perl(vars)
# VMS::Filespec not used
# Win32API::File not used
# Tests:
BuildRequires: perl(diagnostics)
@ -47,19 +36,14 @@ BuildRequires: perl(Test::More)
# VMS::DCLsymnot used
# Unbundled tests:
# Test::Builder not used
%if %{with perl_ExtUtils_Install_enables_optional_test}
# Optional testes:
%if !%{defined perl_bootstrap}
BuildRequires: perl(Test::Pod) >= 1.14
# Test::Pod::Coverage 1.08 not used
# Pod::Coverage 0.17 not used
%endif
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(AutoSplit)
Requires: perl(Data::Dumper)
Requires: perl(File::Compare)
Recommends: perl(POSIX)
%{?perl_default_filter}
@ -74,11 +58,12 @@ rm -rf t/lib/Test
sed -i -e '/^t\/lib\/Test\//d' MANIFEST
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}
%check
@ -90,41 +75,8 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-440
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-439
- Perl 5.30 re-rebuild of bootstrapped packages
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-438
- Increase release to favour standalone package
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-419
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-418
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-417
- Perl 5.28 re-rebuild of bootstrapped packages
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-416
- Increase release to favour standalone package
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-2
- Perl 5.26 re-rebuild of bootstrapped packages
* Mon Jun 05 2017 Petr Pisar <ppisar@redhat.com> - 2.14-1
- 2.14 bump
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-393
- Perl 5.26 rebuild
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-368
- Rebuild with enable hardening (bug #1636329)
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.04-367
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild