perl-Test-Harness/perl-Test-Harness.spec

125 lines
5.3 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-Test-Harness
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Test-Harness
Name: perl-Test-Harness
Version: 3.470.0
Release: 0
%define cpan_version 3.47
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Run Perl standard test scripts with statistics
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(App::Prove) = 3.470.0
Provides: perl(App::Prove::State) = 3.470.0
Provides: perl(App::Prove::State::Result) = 3.470.0
Provides: perl(App::Prove::State::Result::Test) = 3.470.0
Provides: perl(TAP::Base) = 3.470.0
Provides: perl(TAP::Formatter::Base) = 3.470.0
Provides: perl(TAP::Formatter::Color) = 3.470.0
Provides: perl(TAP::Formatter::Console) = 3.470.0
Provides: perl(TAP::Formatter::Console::ParallelSession) = 3.470.0
Provides: perl(TAP::Formatter::Console::Session) = 3.470.0
Provides: perl(TAP::Formatter::File) = 3.470.0
Provides: perl(TAP::Formatter::File::Session) = 3.470.0
Provides: perl(TAP::Formatter::Session) = 3.470.0
Provides: perl(TAP::Harness) = 3.470.0
Provides: perl(TAP::Harness::Env) = 3.470.0
Provides: perl(TAP::Object) = 3.470.0
Provides: perl(TAP::Parser) = 3.470.0
Provides: perl(TAP::Parser::Aggregator) = 3.470.0
Provides: perl(TAP::Parser::Grammar) = 3.470.0
Provides: perl(TAP::Parser::Iterator) = 3.470.0
Provides: perl(TAP::Parser::Iterator::Array) = 3.470.0
Provides: perl(TAP::Parser::Iterator::Process) = 3.470.0
Provides: perl(TAP::Parser::Iterator::Stream) = 3.470.0
Provides: perl(TAP::Parser::IteratorFactory) = 3.470.0
Provides: perl(TAP::Parser::Multiplexer) = 3.470.0
Provides: perl(TAP::Parser::Result) = 3.470.0
Provides: perl(TAP::Parser::Result::Bailout) = 3.470.0
Provides: perl(TAP::Parser::Result::Comment) = 3.470.0
Provides: perl(TAP::Parser::Result::Plan) = 3.470.0
Provides: perl(TAP::Parser::Result::Pragma) = 3.470.0
Provides: perl(TAP::Parser::Result::Test) = 3.470.0
Provides: perl(TAP::Parser::Result::Unknown) = 3.470.0
Provides: perl(TAP::Parser::Result::Version) = 3.470.0
Provides: perl(TAP::Parser::Result::YAML) = 3.470.0
Provides: perl(TAP::Parser::ResultFactory) = 3.470.0
Provides: perl(TAP::Parser::Scheduler) = 3.470.0
Provides: perl(TAP::Parser::Scheduler::Job) = 3.470.0
Provides: perl(TAP::Parser::Scheduler::Spinner) = 3.470.0
Provides: perl(TAP::Parser::Source) = 3.470.0
Provides: perl(TAP::Parser::SourceHandler) = 3.470.0
Provides: perl(TAP::Parser::SourceHandler::Executable) = 3.470.0
Provides: perl(TAP::Parser::SourceHandler::File) = 3.470.0
Provides: perl(TAP::Parser::SourceHandler::Handle) = 3.470.0
Provides: perl(TAP::Parser::SourceHandler::Perl) = 3.470.0
Provides: perl(TAP::Parser::SourceHandler::RawTAP) = 3.470.0
Provides: perl(TAP::Parser::YAMLish::Reader) = 3.470.0
Provides: perl(TAP::Parser::YAMLish::Writer) = 3.470.0
Provides: perl(Test::Harness) = 3.470.0
%define __perllib_provides /bin/true
%{perl_requires}
%description
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.
Emulation is provided for 'runtests' and 'execute_tests' but the pluggable
'Straps' interface that previous versions of Test::Harness supported is not
reproduced here. Straps is now available as a stand alone module:
Test::Harness::Straps.
See TAP::Parser, TAP::Harness for the main documentation for this
distribution.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
chmod a+x t/source_tests/source.sh t/source_tests/source_args.sh
# MANUAL END
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
# MANUAL BEGIN
mv %buildroot/usr/bin/prove %buildroot/usr/bin/prove-cpan
mv %buildroot/usr/share/man/man1/prove.1 %buildroot/usr/share/man/man1/prove-cpan.1
# MANUAL END
%perl_gen_filelist
%files -f %{name}.files
%doc Changes Changes-2.64 examples MANIFEST.CUMMULATIVE README
%changelog