# 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-Check Summary: Wrap OP check callbacks Version: 0.22 Release: 24.%{__distinit}%{__distvers} License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/B-Hooks-OP-Check Source0: https://cpan.metacpan.org/modules/by-module/B/B-Hooks-OP-Check-%{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::Depends) >= 0.302 BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(DynaLoader) BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif # Avoid provides from private shared objects %{?perl_default_filter} %description This module provides a C API for XS modules to hook into the callbacks of 'PL_check'. %prep %setup -q -n B-Hooks-OP-Check-%{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 %license LICENCE %doc Changes CONTRIBUTING README %{perl_vendorarch}/auto/B/ %{perl_vendorarch}/B/ %{_mandir}/man3/B::Hooks::OP::Check.3* %changelog * Thu Jun 13 2024 Paul Howarth - 0.22-24 - Perl 5.40 rebuild * Tue Jul 11 2023 Paul Howarth - 0.22-20 - Perl 5.38 rebuild * Wed Mar 8 2023 Paul Howarth - 0.22-19 - Use SPDX-format license tag * Wed Jun 1 2022 Paul Howarth - 0.22-17 - Perl 5.36 rebuild * Fri May 21 2021 Paul Howarth - 0.22-13 - Perl 5.34 rebuild * Thu Jun 25 2020 Paul Howarth - 0.22-11 - Perl 5.32 rebuild * Fri May 31 2019 Paul Howarth - 0.22-7 - Perl 5.30 rebuild * Wed Jun 27 2018 Paul Howarth - 0.22-4 - Perl 5.28 rebuild * Tue Feb 20 2018 Paul Howarth - 0.22-3 - BR: gcc * Tue Aug 1 2017 Paul Howarth - 0.22-1 - Update to 0.22 - Use cleaner wrap_op_checker() API to control op checking - Use core's Perl_check_t typedef instead of inventing our own - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Sun Jun 4 2017 Paul Howarth - 0.21-2 - Perl 5.26 rebuild * Thu May 11 2017 Paul Howarth - 0.21-1 - Update to 0.21 - Re-add the creation of B/Hooks/OP/Check/Install/Files.pm to installation * Thu May 11 2017 Paul Howarth - 0.20-1 - Update to 0.20 - Convert packaging to Dist::Zilla (CPAN RT#120431) - This release by ETHER → update source URL - Package upstream CONTRIBUTING and LICENCE files - 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 * Tue May 17 2016 Paul Howarth - 0.19-16 - Classify buildreqs by usage - Simplify find commands using -empty and -delete * Fri Aug 29 2014 Paul Howarth - 0.19-11 - Perl 5.20 rebuild * Thu Aug 28 2014 Paul Howarth - 0.19-10 - Drop %%defattr, redundant since rpm 4.4 * Fri Aug 16 2013 Paul Howarth - 0.19-9 - Import from Fedora * Sat Aug 03 2013 Fedora Release Engineering - 0.19-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar - 0.19-7 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.19-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 12 2012 Petr Pisar - 0.19-4 - Perl 5.16 rebuild * Sun Jan 22 2012 Iain Arnell 0.19-3 - Drop old tests subpackage; move tests to main package documentation * Fri Jan 13 2012 Fedora Release Engineering - 0.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Sep 23 2011 Iain Arnell 0.19-1 - Update to latest upstream version - Clean up spec for modern rpmbuild * Mon Jun 20 2011 Marcela Mašláňová - 0.18-5 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 15 2010 Marcela Maslanova - 0.18-3 - Rebuild to fix problems with vendorarch/lib (#661697) * Thu Apr 29 2010 Marcela Maslanova - 0.18-2 - Mass rebuild with perl-5.12.0 * Sun Feb 14 2010 Chris Weyl 0.18-1 - Auto-update by cpan-spec-update 0.002 - Altered br on perl(ExtUtils::Depends) (0 => 0.302) - Added a new req on perl(parent) (version 0) - PERL_INSTALL_ROOT => DESTDIR * Mon Dec 7 2009 Stepan Kasal - 0.17-3 - Rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun May 17 2009 Chris Weyl 0.17-1 - Auto-update to 0.17 (by cpan-spec-update 0.01) * Sat Apr 18 2009 Chris Weyl 0.15-1 - Submission * Sat Apr 18 2009 Chris Weyl 0.15-0 - Initial RPM packaging - Generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)