diff --git a/.gitignore b/.gitignore index edc694c..75892fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Test-Output-[0-9.]*.tar.gz +SOURCES/Test-Output-1.034.tar.gz diff --git a/.perl-Test-Output.metadata b/.perl-Test-Output.metadata new file mode 100644 index 0000000..abe8c84 --- /dev/null +++ b/.perl-Test-Output.metadata @@ -0,0 +1 @@ +24743a65eb9314e46fc6296a70c3010f64299f32 SOURCES/Test-Output-1.034.tar.gz diff --git a/perl-Test-Output.spec b/SPECS/perl-Test-Output.spec similarity index 75% rename from perl-Test-Output.spec rename to SPECS/perl-Test-Output.spec index 2740c9b..bed405c 100644 --- a/perl-Test-Output.spec +++ b/SPECS/perl-Test-Output.spec @@ -1,11 +1,11 @@ -%global cpan_version 1.033 +%global cpan_version 1.034 Name: perl-Test-Output # Keep 2-digit precision Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/') -Release: 3%{?dist} +Release: 5%{?dist} Summary: Utilities to test STDOUT and STDERR messages -License: Artistic 2.0 +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 @@ -13,6 +13,7 @@ BuildRequires: coreutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter +BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) @@ -29,15 +30,28 @@ BuildRequires: perl(Test::Tester) >= 0.107 # Optional tests BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description Test::Output provides a simple interface for testing output sent to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. +%package tests +Summary: Tests for %{name} +Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: perl-Test-Harness + +%description tests +Tests from %{name}. Execute them +with "%{_libexecdir}/%{name}/test". + %prep %setup -q -n Test-Output-%{cpan_version} +# Help generators to recognize Perl scripts +for F in t/*.t; do + perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F" + chmod +x "$F" +done %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 @@ -45,9 +59,20 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %install %{make_install} -%{_fixperms} $RPM_BUILD_ROOT +%{_fixperms} %{buildroot} + +# Install tests +mkdir -p %{buildroot}%{_libexecdir}/%{name} +cp -a t %{buildroot}%{_libexecdir}/%{name} +rm %{buildroot}%{_libexecdir}/%{name}/t/pod* +cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF' +#!/bin/sh +cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)" +EOF +chmod +x %{buildroot}%{_libexecdir}/%{name}/test %check +export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}') make test %files @@ -56,7 +81,41 @@ make test %{perl_vendorlib}/Test/ %{_mandir}/man3/Test::Output.3pm* +%files tests +%{_libexecdir}/%{name} + %changelog +* Tue Dec 17 2024 Arkady L. Shane - 1.03.4-5 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.03.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 1.03.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 1.03.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.03.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jul 14 2023 Jitka Plesnikova +- 1.034 bump (rhbz#2219870) +- Package tests + +* Fri Jan 20 2023 Fedora Release Engineering - 1.03.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.03.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue May 31 2022 Jitka Plesnikova - 1.03.3-5 +- Perl 5.36 rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.03.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.03.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources deleted file mode 100644 index fcba25e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (Test-Output-1.033.tar.gz) = cc6e94baa5163e2ca0c23d63a6b505da207ed7f436bf9a1a77234ad898c34ae4d81ac42f17d1b8a73a223fd19ce1d1f66f3eef0fc852bb712f4f925a77f29820