2013-05-06 19:21:28 +00:00
|
|
|
Name: perl-Test-FailWarnings
|
2013-09-29 08:59:22 +00:00
|
|
|
Version: 0.008
|
2022-07-22 11:30:59 +00:00
|
|
|
Release: 28%{?dist}
|
2013-05-06 19:21:28 +00:00
|
|
|
Summary: Add test failures if warnings are caught
|
|
|
|
License: ASL 2.0
|
|
|
|
|
2018-06-04 12:13:49 +00:00
|
|
|
URL: https://metacpan.org/release/Test-FailWarnings
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-%{version}.tar.gz
|
2013-05-06 19:21:28 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
2020-03-17 10:15:35 +00:00
|
|
|
BuildRequires: make
|
2016-06-24 07:44:15 +00:00
|
|
|
BuildRequires: perl-generators
|
2020-03-17 10:15:35 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2021-12-24 10:55:31 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
2015-01-09 11:28:22 +00:00
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
2013-05-06 19:21:28 +00:00
|
|
|
BuildRequires: perl(Carp)
|
2015-01-09 11:28:22 +00:00
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.86
|
|
|
|
# Tests:
|
2020-03-17 10:15:35 +00:00
|
|
|
BuildRequires: perl(blib)
|
2015-01-09 11:28:22 +00:00
|
|
|
BuildRequires: perl(Capture::Tiny) >= 0.12
|
2013-05-06 19:21:28 +00:00
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Temp)
|
2015-01-09 11:28:22 +00:00
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
BuildRequires: perl(List::Util)
|
2013-05-06 19:21:28 +00:00
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
%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
|
2021-12-24 10:55:31 +00:00
|
|
|
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
%{make_build}
|
2013-05-06 19:21:28 +00:00
|
|
|
|
|
|
|
%install
|
2021-12-24 10:55:31 +00:00
|
|
|
%{make_install}
|
2013-05-06 19:21:28 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
2021-12-24 10:55:31 +00:00
|
|
|
%{make_build} test
|
2013-05-06 19:21:28 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes CONTRIBUTING LICENSE README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2022-07-22 11:30:59 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-05-31 06:13:11 +00:00
|
|
|
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-27
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
2022-01-21 05:40:23 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-12-24 10:55:31 +00:00
|
|
|
* Fri Dec 24 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 0.008-25
|
|
|
|
- Replace %%{__perl} with /usr/bin/perl
|
|
|
|
- Use %%{make_build} and %%{make_install} where appropriate
|
|
|
|
- Pass NO_PACKLIST and NO_PERLLOCAL to Makefile.PL
|
|
|
|
|
2021-07-23 00:12:14 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-21 20:48:01 +00:00
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-23
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
2021-01-27 04:58:42 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 19:13:11 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-23 10:50:16 +00:00
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-20
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-03-17 10:15:35 +00:00
|
|
|
* Tue Mar 17 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-19
|
|
|
|
- Add perl(blib) for tests
|
|
|
|
|
2020-01-30 04:59:06 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 07:04:42 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-31 04:55:52 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-16
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-02-02 00:37:02 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 20:07:24 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-28 03:55:55 +00:00
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-13
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-09 01:17:08 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 06:25:58 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-04 16:03:24 +00:00
|
|
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-10
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 05:28:19 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-15 07:23:21 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-8
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 16:02:23 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 06:22:37 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-04 07:37:45 +00:00
|
|
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-5
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-01-09 11:28:22 +00:00
|
|
|
* Fri Jan 09 2015 Petr Pisar <ppisar@redhat.com> - 0.008-4
|
|
|
|
- Specify all dependencies
|
|
|
|
|
2014-08-28 01:16:58 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-07 10:48:08 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-09-29 08:59:22 +00:00
|
|
|
* Sun Sep 29 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.008-1
|
|
|
|
- Update to 0.008
|
|
|
|
|
2013-09-01 07:54:39 +00:00
|
|
|
* Sun Sep 01 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.007-1
|
|
|
|
- Update to 0.007
|
|
|
|
|
2013-08-25 09:48:25 +00:00
|
|
|
* Sun Aug 25 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.006-1
|
|
|
|
- Update to 0.006
|
|
|
|
|
2013-08-04 01:14:09 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-23 15:20:30 +00:00
|
|
|
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.005-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-05-08 09:46:06 +00:00
|
|
|
* Wed May 08 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.005-1
|
|
|
|
- Update to 0.005
|
|
|
|
|
2013-05-06 19:21:28 +00:00
|
|
|
* Fri May 03 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.003-2
|
|
|
|
- Take into account review comments (#957466)
|
|
|
|
|
|
|
|
* Sun Apr 28 2013 Emmanuel Seyman <emmanuel@seyman.fr> 0.003-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|