# 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-Devel-Caller Version: 2.07 Release: 6.%{__distinit}%{__distvers} Summary: Meatier versions of caller License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Devel-Caller Source0: https://cpan.metacpan.org/modules/by-module/Devel/Devel-Caller-%{version}.tar.gz # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(B) BuildRequires: perl(base) BuildRequires: perl(Exporter) BuildRequires: perl(PadWalker) >= 0.08 BuildRequires: perl(strict) BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) # Test Suite BuildRequires: perl(Test::More) BuildRequires: perl(vars) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif # Don't provide Caller.so or perl(DB) %global __provides_exclude ^(perl\\(DB\\)|Caller\\.so) %description Devel::Caller - Meatier versions of caller. %prep %setup -q -n Devel-Caller-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} -c %{buildroot} %check make test %files %doc Changes %{perl_vendorarch}/auto/Devel/ %{perl_vendorarch}/Devel/ %{_mandir}/man3/Devel::Caller.3* %changelog * Thu Jun 13 2024 Paul Howarth - 2.07-6 - Perl 5.40 rebuild * Tue Jul 11 2023 Paul Howarth - 2.07-2 - Perl 5.38 rebuild * Tue Apr 11 2023 Paul Howarth - 2.07-1 - Update to 2.07 (rhbz#2185832) - Fix compatibility with bleadperl (CPAN RT#144051) - Small Pod and Distribution clean-ups (GH#1) * Tue Mar 28 2023 Paul Howarth - 2.06-30 - Use SPDX-format license tag * Wed Jun 1 2022 Paul Howarth - 2.06-28 - Perl 5.36 rebuild * Fri May 21 2021 Paul Howarth - 2.06-24 - Perl 5.34 rebuild * Thu Jun 25 2020 Paul Howarth - 2.06-22 - Perl 5.32 rebuild * Fri May 31 2019 Paul Howarth - 2.06-19 - Perl 5.30 rebuild * Wed Jun 27 2018 Paul Howarth - 2.06-16 - Perl 5.28 rebuild * Mon Aug 7 2017 Paul Howarth - 2.06-14 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Sun Jun 4 2017 Paul Howarth - 2.06-12 - 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 - BR: perl-devel unconditionally * Wed Aug 17 2016 Paul Howarth - 2.06-10 - BR: perl-devel and perl-generators where available - Simplify find commands using -empty and -delete - Prefer %%global over %%define * Thu Aug 28 2014 Paul Howarth - 2.06-5 - Drop %%defattr, redundant since rpm 4.4 * Wed Jul 31 2013 Paul Howarth - 2.06-2 - Import from Fedora * Fri Jul 19 2013 Petr Pisar - 2.06-1 - 2.06 bump * Thu Jul 18 2013 Petr Pisar - 2.05-12 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 2.05-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 2.05-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 12 2012 Petr Pisar - 2.05-9 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 2.05-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jul 25 2011 Iain Arnell 2.05-7 - provides_exclude needs to come after perl_default_filter * Mon Jul 25 2011 Petr Pisar - 2.05-6 - RPM 4.9 dependency filtering added * Sun Jun 19 2011 Marcela Mašláňová - 2.05-5 - Perl mass rebuild * Tue Apr 19 2011 Paul Howarth - 2.05-4 - Filter bogus provides Caller.so and perl(DB) * Tue Feb 08 2011 Fedora Release Engineering - 2.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 2.05-2 - Rebuild to fix problems with vendorarch/lib (#661697) * Sat Jun 05 2010 Iain Arnell 2.05-1 - update to latest upstream (required for Devel::LexAlias) - re-enable tests * Fri Apr 30 2010 Marcela Maslanova - 2.03-8 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 2.03-7 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 2.03-6 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 2.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 2.03-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 06 2008 Tom "spot" Callaway - 2.03-3 - Rebuild for new perl * Tue Feb 19 2008 Fedora Release Engineering - 2.03-2 - Autorebuild for GCC 4.3 * Mon Jan 28 2008 Steven Pritchard 2.03-1 - Update to 2.03. * Wed Jan 02 2008 Steven Pritchard 2.02-1 - Update to 2.02. - Update License tag. - Drop README. - Switch to using ExtUtils::MakeMaker build instead of Module::Build. - BR Test::More. * Thu Feb 01 2007 Steven Pritchard 0.11-1 - Specfile autogenerated by cpanspec 1.69.1. - "Fix" description. - Remove explicit dependency on PadWalker.