|
|
|
@ -1,17 +1,18 @@
|
|
|
|
|
%global cpan_version 1.031
|
|
|
|
|
%global cpan_version 1.032
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Output
|
|
|
|
|
# Keep 2-digit precision
|
|
|
|
|
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Utilities to test STDOUT and STDERR messages
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
URL: https://metacpan.org/release/Test-Output
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Output-%{cpan_version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
@ -19,7 +20,7 @@ BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Run-time
|
|
|
|
|
BuildRequires: perl(Capture::Tiny) >= 0.17
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
|
# Tests
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
@ -39,11 +40,11 @@ flexible as possible to the tester.
|
|
|
|
|
%setup -q -n Test-Output-%{cpan_version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -56,6 +57,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/Test::Output.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 29 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.03.2-1
|
|
|
|
|
- 1.032 bump
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.03.1-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|