perl-Test2-Suite/perl-Test2-Suite.spec
Lars Vogdt dcbfaf631f Accepting request 1120560 from devel:languages:perl:autoupdate
- updated to 0.000159
   see /usr/share/doc/packages/perl-Test2-Suite/Changes
  0.000159  2023-10-25 14:09:23-07:00 America/Los_Angeles
      - Document that diag() intentionally returns false, and add a `return 0`
  0.000158  2023-10-22 22:05:42-07:00 America/Los_Angeles
      - Mark Workflow-Acceptance.t as AUTHOR_TESTING
  0.000157  2023-10-22 21:26:49-07:00 America/Los_Angeles
      - Fix #280: Document --no_srand option in Test2::V0
      - Fix #276: Document bool() import in Test2::V0
      - Fix #279: Merged fix for VMS test issues
      - Fix #277: Merged POD tweaks

OBS-URL: https://build.opensuse.org/request/show/1120560
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Suite?expand=0&rev=84
2023-10-26 12:57:12 +00:00

62 lines
1.8 KiB
RPMSpec

#
# spec file for package perl-Test2-Suite
#
# 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 Test2-Suite
Name: perl-Test2-Suite
Version: 0.000159
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Distribution with a rich set of tools built upon the Test2 framework
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Term::Table) >= 0.013
BuildRequires: perl(Test2::API) >= 1.302176
Requires: perl(Term::Table) >= 0.013
Requires: perl(Test2::API) >= 1.302176
%{perl_requires}
%description
Rich set of tools, plugins, bundles, etc built upon the Test2 testing
library. If you are interested in writing tests, this is the distribution
for you.
%prep
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README README.md
%license LICENSE
%changelog