# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif Name: perl-Module-Build-Deprecated Version: 0.4210 Release: 26.%{__distinit}%{__distvers} Summary: Collection of modules removed from Module-Build License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Module-Build-Deprecated Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Build-Deprecated-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Module::Build) > 0.36 # Module Runtime BuildRequires: perl(base) BuildRequires: perl(CPAN::Meta::YAML) >= 0.002 BuildRequires: perl(Module::Metadata) BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(version) >= 0.87 BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(blib) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(Test::More) # Release Tests BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Test::Pod) >= 1.41 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Conflicts: perl-Module-Build < 0.42.07 %description This module contains a number of module that have been removed from Module-Build: Module::Build::ModuleInfo - This has been superseded by Module::Metadata Module::Build::Version - This has been replaced by version Module::Build::YAML - This has been replaced by CPAN::Meta::YAML %prep %setup -q -n Module-Build-Deprecated-%{version} %build perl Build.PL --installdirs=vendor ./Build %install ./Build install --destdir=%{buildroot} --create_packlist=0 %check RELEASE_TESTING=1 ./Build test %files %license LICENSE %doc Changes README %{perl_vendorlib}/Module/ %{_mandir}/man3/Module::Build::Deprecated.3* %{_mandir}/man3/Module::Build::ModuleInfo.3* %{_mandir}/man3/Module::Build::Version.3* %{_mandir}/man3/Module::Build::YAML.3* %changelog * Tue Jul 18 2023 Paul Howarth - 0.4210-26 - Use SPDX-format license tag - Use %%license unconditionally * Mon Jun 29 2020 Paul Howarth - 0.4210-18 - Perl 5.32 rebuild * Sun Jun 9 2019 Paul Howarth - 0.4210-14 - Perl 5.30 rebuild * Thu Apr 26 2018 Paul Howarth - 0.4210-10 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section * Mon Sep 5 2016 Paul Howarth - 0.4210-6 - Classify buildreqs by usage * Thu Sep 11 2014 Paul Howarth - 0.4210-3 - Perl 5.20 rebuild * Thu Aug 21 2014 Paul Howarth - 0.4210-2 - Import from Fedora * Wed Aug 20 2014 Jitka Plesnikova - 0.4210-1 - Initial release