1.032 bump
This commit is contained in:
parent
e055365b67
commit
6c10103559
@ -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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Output-1.031.tar.gz) = b443d5a4ab7be1c308b74ebc9a1a50022b404886e8a1dbd2700d974ead506a6976ec6d5c141528cf1c2833174c3afd9023362cb0b4e000f0e878d2e3e9f90e90
|
||||
SHA512 (Test-Output-1.032.tar.gz) = 35093c5f4377e4d0f931d89cdebc2aa82203c00bba3ae695c1b7f32464827c9dfe394df3e7d536ee43b5bc76c5fc0a3b0b6623d918e79b3686d8f3404d708180
|
||||
|
||||
Loading…
Reference in New Issue
Block a user