From 66dde85561cc58ee4290173a7be5061fa367ac9f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 06:34:09 -0400 Subject: [PATCH] import perl-ExtUtils-Config-0.008-10.el8 --- .gitignore | 1 + .perl-ExtUtils-Config.metadata | 1 + ...ExtUtils-Config-0.008-old-Test::More.patch | 16 +++ SPECS/perl-ExtUtils-Config.spec | 118 ++++++++++++++++++ 4 files changed, 136 insertions(+) create mode 100644 .gitignore create mode 100644 .perl-ExtUtils-Config.metadata create mode 100644 SOURCES/ExtUtils-Config-0.008-old-Test::More.patch create mode 100644 SPECS/perl-ExtUtils-Config.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9fe673 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ExtUtils-Config-0.008.tar.gz diff --git a/.perl-ExtUtils-Config.metadata b/.perl-ExtUtils-Config.metadata new file mode 100644 index 0000000..aae522e --- /dev/null +++ b/.perl-ExtUtils-Config.metadata @@ -0,0 +1 @@ +971584d0fbc7a1e072465be2b8a34fc608269ef0 SOURCES/ExtUtils-Config-0.008.tar.gz diff --git a/SOURCES/ExtUtils-Config-0.008-old-Test::More.patch b/SOURCES/ExtUtils-Config-0.008-old-Test::More.patch new file mode 100644 index 0000000..ae11df3 --- /dev/null +++ b/SOURCES/ExtUtils-Config-0.008-old-Test::More.patch @@ -0,0 +1,16 @@ +--- t/basics.t ++++ t/basics.t +@@ -2,7 +2,7 @@ + + use strict; + use warnings FATAL => 'all'; +-use Test::More 0.88; ++use Test::More tests=> 8; + + use Config; + +@@ -29,4 +29,3 @@ my $set = $config->values_set; + $set->{more} = 'more3'; + is($config->get('more'), $Config{more}, "more is still '$Config{more}'"); + +-done_testing; diff --git a/SPECS/perl-ExtUtils-Config.spec b/SPECS/perl-ExtUtils-Config.spec new file mode 100644 index 0000000..abeba15 --- /dev/null +++ b/SPECS/perl-ExtUtils-Config.spec @@ -0,0 +1,118 @@ +# Test suite needs patching if we have Test::More < 0.88 +%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION) < 0.88 ? 1 : 0);' 2>/dev/null || echo 0) + +Name: perl-ExtUtils-Config +Version: 0.008 +Release: 10%{?dist} +Summary: A wrapper for perl's configuration +Group: Development/Libraries +License: GPL+ or Artistic +URL: https://metacpan.org/release/ExtUtils-Config +Source0: http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-%{version}.tar.gz +Patch1: ExtUtils-Config-0.008-old-Test::More.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) +BuildArch: noarch +# Build +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +# Module +BuildRequires: perl(Config) +BuildRequires: perl(Data::Dumper) +# Test Suite +BuildRequires: perl(File::Find) +BuildRequires: perl(File::Temp) +BuildRequires: perl(Test::More) +# Runtime +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +ExtUtils::Config is an abstraction around the %%Config hash. + +%prep +%setup -q -n ExtUtils-Config-%{version} + +# Test suite needs patching if we have Test::More < 0.88 +%if %{old_test_more} +%patch1 +%endif + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +%{_fixperms} %{buildroot} + +%check +make test + +%clean +rm -rf %{buildroot} + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/ExtUtils/ +%{_mandir}/man3/ExtUtils::Config.3pm* + +%changelog +* Thu Feb 08 2018 Fedora Release Engineering - 0.008-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.008-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 0.008-8 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.008-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 0.008-6 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.008-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.008-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Jitka Plesnikova - 0.008-3 +- Perl 5.22 rebuild + +* Wed Aug 27 2014 Jitka Plesnikova - 0.008-2 +- Perl 5.20 rebuild + +* Thu Jun 26 2014 Paul Howarth - 0.008-1 +- Update to 0.008 + - Remove set, clear, clone methods +- Don't bother with the release tests, which can't be run on EPEL < 7 anyway +- Update patch for building with old Test::More versions + +* Sat Jun 07 2014 Fedora Release Engineering - 0.007-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Sep 4 2013 Paul Howarth - 0.007-7 +- Skip the release tests when bootstrapping + +* Sat Aug 03 2013 Fedora Release Engineering - 0.007-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jul 23 2013 Petr Pisar - 0.007-5 +- Perl 5.18 rebuild + +* Mon Jul 22 2013 Paul Howarth - 0.007-4 +- Avoid Test::Kwalitee as it tries to verify the module's signature, which will fail + if we have to patch Makefile.PL, tests etc. for old distribution support + +* Fri Jul 5 2013 Paul Howarth - 0.007-3 +- Don't BR: perl(Test::Kwalitee) when bootstrapping + +* Mon Apr 1 2013 Paul Howarth - 0.007-2 +- Sanitize for Fedora submission + +* Sun Mar 31 2013 Paul Howarth - 0.007-1 +- Initial RPM version