Files
perl-App-SerializeUtils/perl-App-SerializeUtils.spec

162 lines
3.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-App-SerializeUtils
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: perl-App-SerializeUtils
Version: 0.09
Release: 0
%define cpan_name App-SerializeUtils
Summary: Utilities for serialization tasks
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-SerializeUtils/
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Data::Dump::Color)
BuildRequires: perl(JSON)
BuildRequires: perl(JSON::PP)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(PHP::Serialization)
BuildRequires: perl(Perl::osnames) >= 0.09
BuildRequires: perl(Sereal::Decoder)
BuildRequires: perl(Sereal::Encoder)
BuildRequires: perl(YAML::Syck)
BuildRequires: perl(YAML::XS)
Requires: perl(Data::Dump)
Requires: perl(Data::Dump::Color)
Requires: perl(JSON)
Requires: perl(JSON::PP)
Requires: perl(JSON::XS)
Requires: perl(PHP::Serialization)
Requires: perl(Sereal::Decoder)
Requires: perl(Sereal::Encoder)
Requires: perl(YAML::Syck)
Requires: perl(YAML::XS)
%{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-json
* * sereal2dd
* * sereal2ddc
* * sereal2json
* * sereal2phpser
* * sereal2storable
* * sereal2yaml
* * serializeutils-convert
* * storable2dd
* * storable2ddc
* * storable2json
* * storable2phpser
* * storable2sereal
* * storable2yaml
* * yaml2dd
* * yaml2ddc
* * yaml2json
* * yaml2phpser
* * yaml2sereal
* * yaml2storabls
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog