From 5bda95008481e5f1489941a378005c7d3d52a2a2 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 21 Mar 2024 19:14:49 +0000 Subject: [PATCH] perl-Module-Implementation package is retired on branch c10s for BAKERY-412 --- .gitignore | 1 - dead.package | 1 + perl-Module-Implementation.spec | 321 -------------------------------- sources | 1 - 4 files changed, 1 insertion(+), 323 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 perl-Module-Implementation.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2458113..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Module-Implementation-[0-9.]*.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3b1e495 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +perl-Module-Implementation package is retired on branch c10s for BAKERY-412 \ No newline at end of file diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec deleted file mode 100644 index 827d460..0000000 --- a/perl-Module-Implementation.spec +++ /dev/null @@ -1,321 +0,0 @@ -%if ! (0%{?rhel}) -# Run extra test -%bcond_without perl_Module_Implementation_enables_extra_test -# Run optional test -%bcond_without perl_Module_Implementation_enables_optional_test -%else -%bcond_with perl_Module_Implementation_enables_extra_test -%bcond_with perl_Module_Implementation_enables_optional_test -%endif - -Name: perl-Module-Implementation -Version: 0.09 -Release: 39%{?dist} -Summary: Loads one of several alternate underlying implementations for a module -License: Artistic-2.0 -URL: https://metacpan.org/release/perl-Module-Implementation -Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Implementation-%{version}.tar.gz -BuildArch: noarch -# =================================================================== -# Build requirements -# =================================================================== -BuildRequires: coreutils -BuildRequires: findutils -BuildRequires: make -BuildRequires: perl-generators -BuildRequires: perl-interpreter -BuildRequires: perl(ExtUtils::MakeMaker) -# =================================================================== -# Module requirements -# =================================================================== -BuildRequires: perl(Carp) -BuildRequires: perl(Module::Runtime) >= 0.012 -BuildRequires: perl(Try::Tiny) -BuildRequires: perl(strict) -BuildRequires: perl(warnings) -# =================================================================== -# Test suite requirements -# =================================================================== -BuildRequires: perl(blib) -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Handle) -BuildRequires: perl(IPC::Open3) -BuildRequires: perl(lib) -BuildRequires: perl(Test::Fatal) >= 0.006 -BuildRequires: perl(Test::More) >= 0.96 -BuildRequires: perl(Test::Requires) -%if %{with perl_Module_Implementation_enables_optional_test} -# =================================================================== -# Optional test requirements -# =================================================================== -BuildRequires: perl(CPAN::Meta) >= 2.120900 -%if ! %{defined perl_bootstrap} -# Build cycle: Test::CleanNamespaces → Package::Stash → Module::Implementation -BuildRequires: perl(Test::CleanNamespaces) -%endif -BuildRequires: perl(Test::Taint) -%endif -%if %{with perl_Module_Implementation_enables_extra_test} -# =================================================================== -# Author/Release test requirements -# =================================================================== -# Release tests include circular dependencies, so don't do them when bootstrapping: -%if ! %{defined perl_bootstrap} -BuildRequires: perl(Pod::Coverage::TrustPod) -BuildRequires: perl(Test::CPAN::Changes) >= 0.19 -BuildRequires: perl(Test::EOL) -BuildRequires: perl(Test::NoTabs) -BuildRequires: perl(Test::Pod) >= 1.41 -BuildRequires: perl(Test::Pod::Coverage) >= 1.08 -BuildRequires: perl(Test::Portability::Files) -# Can't use EPEL packages as BR: for RHEL package -%if ! 0%{?rhel} -BuildRequires: hunspell-en -BuildRequires: perl(Pod::Wordlist) -BuildRequires: perl(Test::Pod::LinkCheck) -BuildRequires: perl(Test::Pod::No404s) -BuildRequires: perl(Test::Spelling) >= 0.12 -%endif -%endif -%endif -# =================================================================== -# Dependencies -# =================================================================== -Requires: perl(Carp) - -%description -This module abstracts out the process of choosing one of several underlying -implementations for a module. This can be used to provide XS and pure Perl -implementations of a module, or it could be used to load an implementation -for a given OS or any other case of needing to provide multiple -implementations. - -This module is only useful when you know all the implementations ahead of -time. If you want to load arbitrary implementations then you probably want -something like a plugin system, not this module. - -%prep -%setup -q -n Module-Implementation-%{version} - -%build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - -%install -make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -delete -%{_fixperms} -c %{buildroot} - -%check -%if %{defined perl_bootstrap} -make test -%else -%if %{with perl_Module_Implementation_enables_extra_test} -# Don't run the author tests for EL builds (see above) -%if ! 0%{?rhel} -make test AUTHOR_TESTING=1 RELEASE_TESTING=1 -%else -make test RELEASE_TESTING=1 -%endif -%else -make test -%endif -%endif - -%files -%license LICENSE -%doc Changes README.md -%{perl_vendorlib}/Module/ -%{_mandir}/man3/Module::Implementation.3* - -%changelog -* Thu Jan 25 2024 Fedora Release Engineering - 0.09-39 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 0.09-38 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Jul 20 2023 Fedora Release Engineering - 0.09-37 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Fri Jan 20 2023 Fedora Release Engineering - 0.09-36 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Fri Jul 22 2022 Fedora Release Engineering - 0.09-35 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jun 03 2022 Jitka Plesnikova - 0.09-34 -- Perl 5.36 re-rebuild of bootstrapped packages - -* Tue May 31 2022 Jitka Plesnikova - 0.09-33 -- Perl 5.36 rebuild - -* Fri Jan 21 2022 Fedora Release Engineering - 0.09-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Jul 22 2021 Fedora Release Engineering - 0.09-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 24 2021 Jitka Plesnikova - 0.09-30 -- Perl 5.34 re-rebuild of bootstrapped packages - -* Fri May 21 2021 Jitka Plesnikova - 0.09-29 -- Perl 5.34 rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.09-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 0.09-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Jitka Plesnikova - 0.09-26 -- Perl 5.32 re-rebuild of bootstrapped packages - -* Tue Jun 23 2020 Jitka Plesnikova - 0.09-25 -- Perl 5.32 rebuild - -* Tue Mar 10 2020 Paul Howarth - 0.09-24 -- BR: perl(blib) for t/00-compile.t - -* Thu Jan 30 2020 Fedora Release Engineering - 0.09-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 0.09-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jun 02 2019 Jitka Plesnikova - 0.09-21 -- Perl 5.30 re-rebuild of bootstrapped packages - -* Fri May 31 2019 Jitka Plesnikova - 0.09-20 -- Perl 5.30 rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 0.09-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 0.09-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sun Jul 01 2018 Jitka Plesnikova - 0.09-17 -- Perl 5.28 re-rebuild of bootstrapped packages - -* Thu Jun 28 2018 Jitka Plesnikova - 0.09-16 -- Perl 5.28 rebuild - -* Thu Feb 08 2018 Fedora Release Engineering - 0.09-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.09-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Jun 07 2017 Jitka Plesnikova - 0.09-13 -- Perl 5.26 re-rebuild of bootstrapped packages - -* Mon Jun 05 2017 Jitka Plesnikova - 0.09-12 -- Perl 5.26 rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.09-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Oct 12 2016 Petr Pisar - 0.09-10 -- Break build cycle when bootstrapping (Test::CleanNamespaces → - Package::Stash → Module::Implementation) - -* Tue Sep 6 2016 Paul Howarth - 0.09-9 -- BR: perl(Test::CleanNamespaces) -- Simplify find command using -delete - -* Wed May 18 2016 Jitka Plesnikova - 0.09-8 -- Perl 5.24 re-rebuild of bootstrapped packages - -* Sun May 15 2016 Jitka Plesnikova - 0.09-7 -- Perl 5.24 rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 0.09-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 0.09-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jun 10 2015 Jitka Plesnikova - 0.09-4 -- Perl 5.22 re-rebuild of bootstrapped packages - -* Sat Jun 06 2015 Jitka Plesnikova - 0.09-3 -- Perl 5.22 rebuild - -* Tue Sep 09 2014 Jitka Plesnikova - 0.09-2 -- Perl 5.20 mass - -* Mon Sep 8 2014 Paul Howarth - 0.09-1 -- Update to 0.09 - - Implemented and then reverted a change to use Sub::Name (CPAN RT#98097) -- Modernize spec -- Hack out references to currently-unavailable Test::CleanNamespaces - -* Fri Aug 29 2014 Jitka Plesnikova - 0.07-6 -- Perl 5.20 rebuild - -* Tue Aug 05 2014 Jitka Plesnikova - 0.07-5 -- Do not run release and author tests on bootstrap - -* Sat Jun 07 2014 Fedora Release Engineering - 0.07-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.07-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jul 24 2013 Petr Pisar - 0.07-2 -- Perl 5.18 rebuild - -* Mon Jul 15 2013 Paul Howarth - 0.07-1 -- Update to 0.07 - - Require Test::Fatal ≥ 0.006 to avoid test failures (CPAN RT#76809) -- Explicitly run author tests, except for EL builds -- Add buildreqs for new tests -- Apply old Test::More patch if we have Test::More < 0.96 - -* Thu Feb 14 2013 Fedora Release Engineering - 0.06-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Fri Jul 20 2012 Fedora Release Engineering - 0.06-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Wed Jun 13 2012 Petr Pisar - 0.06-4 -- Perl 5.16 rebuild - -* Thu Jun 7 2012 Paul Howarth - 0.06-3 -- Drop %%defattr, redundant since rpm 4.4 -- Don't need to remove empty directories from buildroot -- Add commentary regarding conditionalized buildreqs - -* Thu Jun 7 2012 Marcela Mašláňová - 0.06-2 -- Conditionalize aspell-en dependency - -* Sun Feb 12 2012 Paul Howarth - 0.06-1 -- Update to 0.06 - - Require Module::Runtime 0.012, which has a number of useful bug fixes - -* Fri Feb 10 2012 Paul Howarth - 0.05-1 -- Update to 0.05 - - Make Test::Taint an optional dependency; it requires XS, and requiring a - compiler for Module::Implementation defeats its purpose (CPAN RT#74817) -- BR: perl(Test::Requires) -- Update patch for building with old Test::More versions - -* Thu Feb 9 2012 Paul Howarth - 0.04-1 -- Update to 0.04 - - This module no longer installs an _implementation() subroutine in callers; - instead, you can call Module::Implementation::implementation_for($package) - to get the implementation used for a given package -- Update patch for building with old Test::More versions - -* Wed Feb 8 2012 Paul Howarth - 0.03-3 -- Incorporate feedback from package review (#788258) - - Correct License tag, which should be Artistic 2.0 - - BR: perl(lib) for test suite - - Explicitly require perl(Carp), not automatically detected - -* Tue Feb 7 2012 Paul Howarth - 0.03-2 -- Sanitize for Fedora submission - -* Tue Feb 7 2012 Paul Howarth - 0.03-1 -- Initial RPM version diff --git a/sources b/sources deleted file mode 100644 index 72a6e0d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -52e3fe0ca6b1eff0488d59b7aacc0667 Module-Implementation-0.09.tar.gz