Files
perl-Acme-PlayCode/perl-Acme-PlayCode.spec

76 lines
2.5 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-Acme-PlayCode
#
# Copyright (c) 2024 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 Acme-PlayCode
Name: perl-Acme-PlayCode
Version: 0.120.0
Release: 0
# 0.12 -> normalize -> 0.120.0
%define cpan_version 0.12
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Code transforming to avoid typical typing mistakes
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/F/FA/FAYLAND/%{cpan_name}-%{cpan_version}.tar.gz
2025-08-12 18:11:33 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Module::Build) >= 0.36
BuildRequires: perl(Moose) >= 0.57
BuildRequires: perl(MooseX::Object::Pluggable) >= 0.0008
BuildRequires: perl(PPI) >= 1.201
BuildRequires: perl(Path::Class) >= 0.16
Requires: perl(List::MoreUtils)
Requires: perl(Moose) >= 0.57
Requires: perl(MooseX::Object::Pluggable) >= 0.0008
Requires: perl(PPI) >= 1.201
Requires: perl(Path::Class) >= 0.16
Provides: perl(Acme::PlayCode) = %{version}
Provides: perl(Acme::PlayCode::Plugin::Averything) = 0.100.0
Provides: perl(Acme::PlayCode::Plugin::DoubleToSingle) = 0.100.0
Provides: perl(Acme::PlayCode::Plugin::ExchangeCondition) = 0.100.0
Provides: perl(Acme::PlayCode::Plugin::NumberPlus) = 0.110.0
Provides: perl(Acme::PlayCode::Plugin::PrintComma) = 0.100.0
%undefine __perllib_provides
%{perl_requires}
%description
It aims to change the code to be better (to be worse if you want).
More description and API detais will come later.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%changelog