File perl-Dist-Zilla-Plugin-HelpWanted.spec of Package perl-Dist-Zilla-Plugin-HelpWanted
#
# spec file for package perl-Dist-Zilla-Plugin-HelpWanted
#
# Copyright (c) 2025 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 Dist-Zilla-Plugin-HelpWanted
Name: perl-Dist-Zilla-Plugin-HelpWanted
Version: 0.3.3
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Insert 'Help Wanted' information in the distribution's META
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dist::Zilla::Plugin::MetaYAML)
BuildRequires: perl(Dist::Zilla::Role::InstallTool)
BuildRequires: perl(Dist::Zilla::Role::Plugin)
BuildRequires: perl(JSON::Any)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moose)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(experimental)
Requires: perl(Dist::Zilla::Role::InstallTool)
Requires: perl(Dist::Zilla::Role::Plugin)
Requires: perl(List::MoreUtils)
Requires: perl(Moose)
Requires: perl(experimental)
%{perl_requires}
%description
'Dist::Zilla::Plugin::HelpWanted' adds an 'x_help_wanted' field in the META
information of the distribution.
%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 AUTHOR_PLEDGE Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml README.mkdn
%license LICENSE
%changelog