From e5ec683ef9befe3324872adc2174b32c2f9548ad Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 03 2018 05:39:12 +0000 Subject: import rh-perl526-perl-Test-Harness-3.39-5.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..156328b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Test-Harness-3.39.tar.gz diff --git a/.rh-perl526-perl-Test-Harness.metadata b/.rh-perl526-perl-Test-Harness.metadata new file mode 100644 index 0000000..02057f9 --- /dev/null +++ b/.rh-perl526-perl-Test-Harness.metadata @@ -0,0 +1 @@ +c3c38535ab47e68b4c22f6735a3d821908045736 SOURCES/Test-Harness-3.39.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/Test-Harness-3.38-Remove-shell-bangs.patch b/SOURCES/Test-Harness-3.38-Remove-shell-bangs.patch new file mode 100644 index 0000000..2e1f424 --- /dev/null +++ b/SOURCES/Test-Harness-3.38-Remove-shell-bangs.patch @@ -0,0 +1,37 @@ +From 6ea0e48ac56fc2c5e8600b5313f6c49b553c946b Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Tue, 14 Mar 2017 09:45:12 +0100 +Subject: [PATCH] Remove shell bangs +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + examples/analyze_tests.pl | 2 -- + examples/silent-harness.pl | 2 -- + 2 files changed, 4 deletions(-) + +diff --git a/examples/analyze_tests.pl b/examples/analyze_tests.pl +index c821f98..4076d9b 100644 +--- a/examples/analyze_tests.pl ++++ b/examples/analyze_tests.pl +@@ -1,5 +1,3 @@ +-#!/usr/bin/env perl +- + use strict; + use warnings; + +diff --git a/examples/silent-harness.pl b/examples/silent-harness.pl +index ae0e50e..6e477ed 100644 +--- a/examples/silent-harness.pl ++++ b/examples/silent-harness.pl +@@ -1,5 +1,3 @@ +-#!/usr/bin/perl +-# + # Run some tests and get back a data structure describing them. + + use strict; +-- +2.7.4 + diff --git a/SPECS/perl-Test-Harness.spec b/SPECS/perl-Test-Harness.spec new file mode 100644 index 0000000..7a1481a --- /dev/null +++ b/SPECS/perl-Test-Harness.spec @@ -0,0 +1,195 @@ +%{?scl:%scl_package perl-Test-Harness} + +# Run optional tests +%bcond_without perl_Test_Harness_enables_optional_test + +Name: %{?scl_prefix}perl-Test-Harness +Epoch: 1 +Version: 3.39 +Release: 5%{?dist} +Summary: Run Perl standard test scripts with statistics +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Test-Harness/ +Source0: http://www.cpan.org/authors/id/L/LE/LEONT/Test-Harness-%{version}.tar.gz +# Remove hard-coded shell bangs +Patch0: Test-Harness-3.38-Remove-shell-bangs.patch +BuildArch: noarch +BuildRequires: make +BuildRequires: %{?scl_prefix}perl-interpreter +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: %{?scl_prefix}perl(strict) +BuildRequires: %{?scl_prefix}perl(warnings) +# Run-time: +BuildRequires: %{?scl_prefix}perl(base) +BuildRequires: %{?scl_prefix}perl(Benchmark) +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Config) +BuildRequires: %{?scl_prefix}perl(constant) +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(File::Basename) +BuildRequires: %{?scl_prefix}perl(File::Find) +BuildRequires: %{?scl_prefix}perl(File::Path) +BuildRequires: %{?scl_prefix}perl(File::Spec) +BuildRequires: %{?scl_prefix}perl(Getopt::Long) +BuildRequires: %{?scl_prefix}perl(IO::Handle) +BuildRequires: %{?scl_prefix}perl(IO::Select) +BuildRequires: %{?scl_prefix}perl(POSIX) +BuildRequires: %{?scl_prefix}perl(Text::ParseWords) +# Optional run-time: +BuildRequires: %{?scl_prefix}perl(Encode) +# Keep Pod::Usage 1.12 really optional +BuildRequires: %{?scl_prefix}perl(Term::ANSIColor) +BuildRequires: %{?scl_prefix}perl(Time::HiRes) +# Tests: +BuildRequires: %{?scl_prefix}perl(Data::Dumper) +# Dev::Null bundled for bootstrap +BuildRequires: %{?scl_prefix}perl(File::Spec::Functions) +BuildRequires: %{?scl_prefix}perl(IO::File) +BuildRequires: %{?scl_prefix}perl(lib) +BuildRequires: %{?scl_prefix}perl(Symbol) +BuildRequires: %{?scl_prefix}perl(Test::More) +# Optional tests: +%if %{with perl_Test_Harness_enables_optional_test} +BuildRequires: %{?scl_prefix}perl(File::Temp) +%if !%{defined perl_bootstrap} +BuildRequires: %{?scl_prefix}perl(TAP::Formatter::HTML) >= 0.10 +BuildRequires: %{?scl_prefix}perl(YAML) +%endif +%endif +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) + +# Filter example dependencies +%global __requires_exclude_from %{?__requires_exclude_from:%__requires_exclude_from|}^%{_datadir}/doc +%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_datadir}/doc + +%description +This package allows tests to be run and results automatically aggregated and +output to STDOUT. + +Although, for historical reasons, the Test-Harness distribution takes its name +from this module it now exists only to provide TAP::Harness with an interface +that is somewhat backwards compatible with Test::Harness 2.xx. If you're +writing new code consider using TAP::Harness directly instead. + +%prep +%setup -q -n Test-Harness-%{version} +%patch0 -p1 + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'} +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc Changes Changes-2.64 examples README +%{perl_vendorlib}/* +%{_bindir}/* +%{_mandir}/man1/* +%{_mandir}/man3/* + +%changelog +* Fri Dec 15 2017 Petr Pisar - 1:3.39-5 +- SCL + +* Thu Jul 27 2017 Fedora Release Engineering - 1:3.39-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jun 07 2017 Jitka Plesnikova - 1:3.39-3 +- Perl 5.26 re-rebuild of bootstrapped packages + +* Sat Jun 03 2017 Jitka Plesnikova - 1:3.39-2 +- Perl 5.26 rebuild + +* Thu Apr 06 2017 Petr Pisar - 3.39-1 +- 3.39 bump + +* Tue Mar 14 2017 Petr Pisar - 3.38-1 +- 3.38 bump + +* Sat Feb 11 2017 Fedora Release Engineering - 3.36-369 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Sep 13 2016 Petr Pisar - 3.36-368 +- Remove old obsoleting perl-TAP-Harness-Env + +* Wed Aug 03 2016 Jitka Plesnikova - 3.36-367 +- Avoid loading optional modules from default . (CVE-2016-1238) + +* Wed May 18 2016 Jitka Plesnikova - 3.36-366 +- Perl 5.24 re-rebuild of bootstrapped packages + +* Sat May 14 2016 Jitka Plesnikova - 3.36-365 +- Increase release to favour standalone package + +* Thu Feb 04 2016 Fedora Release Engineering - 3.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 06 2016 Petr Pisar - 3.36-1 +- 3.36 bump + +* Thu Jun 18 2015 Fedora Release Engineering - 3.35-347 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 10 2015 Jitka Plesnikova - 3.35-346 +- Perl 5.22 re-rebuild of bootstrapped packages + +* Thu Jun 04 2015 Jitka Plesnikova - 3.35-345 +- Increase release to favour standalone package + +* Wed Jun 03 2015 Jitka Plesnikova - 3.35-2 +- Perl 5.22 rebuild + +* Mon Feb 02 2015 Petr Pisar - 3.35-1 +- 3.35 bump + +* Thu Nov 13 2014 Petr Pisar - 3.34-1 +- 3.34 bump + +* Sun Sep 07 2014 Jitka Plesnikova - 3.33-3 +- Perl 5.20 re-rebuild of bootstrapped packages + +* Tue Aug 26 2014 Jitka Plesnikova - 3.33-2 +- Perl 5.20 rebuild + +* Mon Aug 18 2014 Petr Pisar - 3.33-1 +- 3.33 bump + +* Thu Jun 12 2014 Petr Pisar - 3.32-1 +- 3.32 bump + +* Mon Jun 09 2014 Petr Pisar - 3.31-1 +- 3.31 bump + +* Sat Jun 07 2014 Fedora Release Engineering - 3.30-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Feb 27 2014 Petr Pisar - 3.30-2 +- Obsolete perl-TAP-Harness-Env (bug #1067098) + +* Mon Nov 18 2013 Petr Pisar - 3.30-1 +- 3.30 bump + +* Mon Oct 14 2013 Petr Pisar - 3.29-1 +- 3.29 bump + +* Sun Aug 04 2013 Fedora Release Engineering - 3.28-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Jul 12 2013 Petr Pisar - 3.28-2 +- Perl 5.18 rebuild + +* Fri May 03 2013 Petr Pisar - 3.28-1 +- 3.28 bump + +* Thu May 02 2013 Petr Pisar - 3.27-1 +- 3.27 bump + +* Mon Mar 18 2013 Petr Pisar 3.26-1 +- Specfile autogenerated by cpanspec 1.78.