# 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-Test-FailWarnings Version: 0.008 Release: 30.%{__distinit}%{__distvers} Summary: Add test failures if warnings are caught License: Apache-2.0 URL: https://metacpan.org/release/Test-FailWarnings Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-FailWarnings-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(Cwd) BuildRequires: perl(File::Spec) BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(blib) BuildRequires: perl(Capture::Tiny) >= 0.12 BuildRequires: perl(constant) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(lib) BuildRequires: perl(List::Util) # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description This module hooks $SIG{__WARN__} and converts warnings to Test::More's fail() calls. It is designed to be used with done_testing, when you don't need to know the test count in advance. %prep %setup -q -n Test-FailWarnings-%{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 CONTRIBUTING README %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::FailWarnings.3* %changelog * Thu Jun 1 2023 Paul Howarth - 0.008-30 - Use SPDX-format license tag - Use %%license unconditionally * Thu Jun 25 2020 Paul Howarth - 0.008-20 - Perl 5.32 rebuild * Fri May 31 2019 Paul Howarth - 0.008-16 - Perl 5.30 rebuild * Tue Apr 10 2018 Paul Howarth - 0.008-12 - 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.96 * Sat Oct 1 2016 Paul Howarth - 0.008-8 - BR: perl-generators where available - Simplify find command using -delete * Wed Sep 10 2014 Paul Howarth - 0.008-3 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Mon Nov 4 2013 Paul Howarth - 0.008-2 - Import from Fedora * Sun Sep 29 2013 Emmanuel Seyman - 0.008-1 - Update to 0.008 * Sun Sep 01 2013 Emmanuel Seyman - 0.007-1 - Update to 0.007 * Sun Aug 25 2013 Emmanuel Seyman - 0.006-1 - Update to 0.006 * Sun Aug 04 2013 Fedora Release Engineering - 0.005-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 23 2013 Petr Pisar - 0.005-2 - Perl 5.18 rebuild * Wed May 08 2013 Emmanuel Seyman - 0.005-1 - Update to 0.005 * Fri May 03 2013 Emmanuel Seyman - 0.003-2 - Take into account review comments (#957466) * Sun Apr 28 2013 Emmanuel Seyman - 0.003-1 - Specfile autogenerated by cpanspec 1.78