# 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-Importer Version: 0.026 Release: 9.%{__distinit}%{__distvers} Summary: Alternative interface to modules that export symbols License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Importer Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Importer-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(base) BuildRequires: perl(Exporter) BuildRequires: perl(Test::More) >= 0.99 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This Perl module acts as a layer between Exporter and modules which consume exports. It is feature-compatible with Exporter, plus some much needed extras. You can use this to import symbols from any exporter that follows Exporters specification. The exporter modules themselves do not need to use or inherit from the Exporter module, they just need to set @EXPORT and/or other variables. %prep %setup -q -n Importer-%{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}/Importer.pm %{_mandir}/man3/Importer.3* %changelog * Tue Jul 11 2023 Paul Howarth - 0.026-9 - Use SPDX-format license tag - Use %%license unconditionally * Mon Aug 17 2020 Paul Howarth - 0.026-1 - Update to 0.026 - Work with strict on by default * Fri May 31 2019 Paul Howarth - 0.025-5 - Perl 5.30 rebuild * Mon Feb 19 2018 Paul Howarth - 0.025-1 - Update to 0.025 - Minor cperl fix - 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.99 * Thu Oct 20 2016 Paul Howarth - 0.024-1 - Update to 0.024 - Add import() method and tag - Saner argument parsing - Spelling fixes * Tue Jul 19 2016 Paul Howarth - 0.014-2 - Import from Fedora * Thu Jul 14 2016 Petr Pisar - 0.014-1 - 0.014 bump * Mon Jul 11 2016 Petr Pisar - 0.013-1 - 0.013 bump * Sat May 14 2016 Jitka Plesnikova - 0.012-3 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.012-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 27 2016 Petr Pisar - 0.012-1 - Specfile autogenerated by cpanspec 1.78