# 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-Sub-Exporter-ForMethods Version: 0.100055 Release: 2.%{__distinit}%{__distvers} Summary: Helper routines for using Sub::Exporter to build methods License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Sub-Exporter-ForMethods Source0: https://cpan.metacpan.org/modules/by-module/Sub/Sub-Exporter-ForMethods-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(:VERSION) >= 5.12 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 # Module Runtime BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Sub::Exporter) >= 0.978 BuildRequires: perl(Sub::Util) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Carp) BuildRequires: perl(CPAN::Meta) >= 2.120900 BuildRequires: perl(File::Spec) BuildRequires: perl(lib) BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Test::More) >= 0.88 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This package provides helper routines for using Sub::Exporter to build methods that won't be removed by namespace::autoclean. %prep %setup -q -n Sub-Exporter-ForMethods-%{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 make test %files %license LICENSE %doc Changes README %{perl_vendorlib}/Sub/ %{_mandir}/man3/Sub::Exporter::ForMethods.3* %changelog * Sat Jul 15 2023 Paul Howarth - 0.100055-2 - Drop MODULE_COMPAT dependency from Fedora 38 onwards * Sun Jan 1 2023 Paul Howarth - 0.100055-1 - Update to 0.100055 - Update packaging and metadata - Minimum required Perl is now v5.12 - Use SPDX-format license tag * Sun Apr 18 2021 Paul Howarth - 0.100054-1 - Update to 0.100054 - Replace Sub::Name with Sub::Util, which has been core since 2015 - Use %%license unconditionally * Sat Jun 8 2019 Paul Howarth - 0.100052-11 - Perl 5.30 rebuild * Thu Apr 12 2018 Paul Howarth - 0.100052-7 - 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 - Drop workaround for building with Test::More < 0.88 * Tue Sep 27 2016 Paul Howarth - 0.100052-3 - BR: perl-generators where available - Simplify find command using -delete * Mon Aug 17 2015 Paul Howarth - 0.100052-1 - Import from Fedora - Update to 0.100052 * Thu Jun 18 2015 Fedora Release Engineering - 0.100051-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jun 08 2015 Jitka Plesnikova - 0.100051-2 - Perl 5.22 rebuild * Fri Nov 21 2014 Petr Pisar - 0.100051-1 - 0.100051 bump * Mon Sep 01 2014 Jitka Plesnikova - 0.100050-9 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.100050-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Petr Pisar - 0.100050-7 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.100050-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.100050-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 22 2012 Petr Pisar - 0.100050-4 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.100050-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Aug 30 2011 Iain Arnell - 0.100050-2 - Fix typo in description * Mon Aug 29 2011 Iain Arnell - 0.100050-1 - Specfile autogenerated by cpanspec 1.79