# 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-B-Hooks-OP-Annotation Version: 0.44 Release: 40.%{__distinit}%{__distvers} Summary: Annotate and delegate hooked OPs License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/B-Hooks-OP-Annotation Source0: https://cpan.metacpan.org/modules/by-module/B/B-Hooks-OP-Annotation-%{version}.tar.gz # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(base) BuildRequires: perl(DynaLoader) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif # Don't want provides from private shared objects %{?perl_default_filter} %description This module provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check. %prep %setup -q -n B-Hooks-OP-Annotation-%{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 README %{perl_vendorarch}/auto/B/ %{perl_vendorarch}/B/ %{_mandir}/man3/B::Hooks::OP::Annotation.3* %changelog * Thu Jun 13 2024 Paul Howarth - 0.44-40 - Perl 5.40 rebuild * Tue Jul 11 2023 Paul Howarth - 0.44-36 - Perl 5.38 rebuild * Wed Mar 8 2023 Paul Howarth - 0.44-35 - Use SPDX-format license tag * Wed Jun 1 2022 Paul Howarth - 0.44-33 - Perl 5.36 rebuild * Fri May 21 2021 Paul Howarth - 0.44-29 - Perl 5.34 rebuild * Thu Jun 25 2020 Paul Howarth - 0.44-27 - Perl 5.32 rebuild * Fri May 31 2019 Paul Howarth - 0.44-23 - Perl 5.30 rebuild * Wed Jun 27 2018 Paul Howarth - 0.44-20 - Perl 5.28 rebuild * Tue Aug 8 2017 Paul Howarth - 0.44-18 - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Sun Jun 4 2017 Paul Howarth - 0.44-16 - 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 May 18 2016 Paul Howarth - 0.44-14 - Classify buildreqs by usage - Simplify find commands using -empty and -delete * Fri Aug 29 2014 Paul Howarth - 0.44-9 - Perl 5.20 rebuild * Thu Aug 28 2014 Paul Howarth - 0.44-8 - Drop %%defattr, redundant since rpm 4.4 * Fri Aug 16 2013 Paul Howarth - 0.44-7 - Import from Fedora * Sat Aug 03 2013 Fedora Release Engineering - 0.44-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar - 0.44-5 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.44-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.44-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 27 2012 Petr Pisar - 0.44-2 - Perl 5.16 rebuild * Fri Apr 20 2012 Iain Arnell - 0.44-1 - Specfile autogenerated by cpanspec 1.79