2011-04-14 07:39:12 +00:00
|
|
|
#
|
2024-07-15 20:06:54 +00:00
|
|
|
# spec file for package perl-Acme-PlayCode
|
2011-04-14 07:39:12 +00:00
|
|
|
#
|
2024-07-15 20:06:54 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2011-04-14 07:39:12 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2024-07-15 20:06:54 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-04-14 07:39:12 +00:00
|
|
|
#
|
|
|
|
|
2024-07-15 20:06:54 +00:00
|
|
|
|
2011-04-14 07:39:12 +00:00
|
|
|
%define cpan_name Acme-PlayCode
|
2024-07-15 20:06:54 +00:00
|
|
|
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
|
2011-04-14 07:39:12 +00:00
|
|
|
Summary: Code transforming to avoid typical typing mistakes
|
2024-07-15 20:06:54 +00:00
|
|
|
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
|
2011-04-14 07:39:12 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(List::MoreUtils)
|
2024-07-15 20:06:54 +00:00
|
|
|
BuildRequires: perl(Module::Build) >= 0.36
|
2011-04-14 07:39:12 +00:00
|
|
|
BuildRequires: perl(Moose) >= 0.57
|
|
|
|
BuildRequires: perl(MooseX::Object::Pluggable) >= 0.0008
|
|
|
|
BuildRequires: perl(PPI) >= 1.201
|
2024-07-15 20:06:54 +00:00
|
|
|
BuildRequires: perl(Path::Class) >= 0.16
|
2011-04-14 07:39:12 +00:00
|
|
|
Requires: perl(List::MoreUtils)
|
|
|
|
Requires: perl(Moose) >= 0.57
|
|
|
|
Requires: perl(MooseX::Object::Pluggable) >= 0.0008
|
|
|
|
Requires: perl(PPI) >= 1.201
|
2024-07-15 20:06:54 +00:00
|
|
|
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
|
2011-04-14 07:39:12 +00:00
|
|
|
%{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
|
2024-07-15 20:06:54 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
2011-04-14 07:39:12 +00:00
|
|
|
|
|
|
|
%build
|
2024-07-15 20:06:54 +00:00
|
|
|
perl Build.PL --installdirs=vendor
|
|
|
|
./Build build --flags=%{?_smp_mflags}
|
2011-04-14 07:39:12 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
%install
|
2024-07-15 20:06:54 +00:00
|
|
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
2011-04-14 07:39:12 +00:00
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2011-04-15 07:26:31 +00:00
|
|
|
%doc Changes README
|
2011-04-14 07:39:12 +00:00
|
|
|
|
|
|
|
%changelog
|