File perl-App-SerializeUtils.spec of Package perl-App-SerializeUtils
#
# spec file for package perl-App-SerializeUtils
#
# 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 App-SerializeUtils
Name: perl-App-SerializeUtils
Version: 0.110.0
Release: 0
# 0.11 -> normalize -> 0.110.0
%define cpan_version 0.11
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Utilities for serialization tasks
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Data::Dump::Color)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(PHP::Serialization)
BuildRequires: perl(Sereal::Decoder)
BuildRequires: perl(Sereal::Encoder)
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(YAML::XS)
Requires: perl(Cpanel::JSON::XS)
Requires: perl(Data::Dump)
Requires: perl(Data::Dump::Color)
Requires: perl(JSON::MaybeXS)
Requires: perl(JSON::PP)
Requires: perl(PHP::Serialization)
Requires: perl(Sereal::Decoder)
Requires: perl(Sereal::Encoder)
Requires: perl(YAML::Syck)
Requires: perl(YAML::XS)
Provides: perl(App::SerializeUtils) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
This distributions provides the following command-line utilities related to
serialization:
* * check-json
* * check-phpser
* * check-yaml
* * dd2ddc
* * dd2json
* * dd2phpser
* * dd2sereal
* * dd2storable
* * dd2yaml
* * json2dd
* * json2ddc
* * json2phpser
* * json2sereal
* * json2storable
* * json2yaml
* * phpser2dd
* * phpser2ddc
* * phpser2json
* * phpser2sereal
* * phpser2storable
* * phpser2yaml
* * pp-dd
* * pp-json
* * pp-yaml
* * sereal2dd
* * sereal2ddc
* * sereal2json
* * sereal2phpser
* * sereal2storable
* * sereal2yaml
* * serializeutils-convert
* * storable2dd
* * storable2ddc
* * storable2json
* * storable2phpser
* * storable2sereal
* * storable2yaml
* * yaml2dd
* * yaml2ddc
* * yaml2json
* * yaml2phpser
* * yaml2sereal
* * yaml2storabls
%prep
%autosetup -n %{cpan_name}-%{cpan_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
%license LICENSE
%changelog