automatic update OBS-URL: https://build.opensuse.org/request/show/297308 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-SerializeUtils?expand=0&rev=2
162 lines
3.6 KiB
RPMSpec
162 lines
3.6 KiB
RPMSpec
#
|
|
# spec file for package perl-App-SerializeUtils
|
|
#
|
|
# Copyright (c) 2015 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.08
|
|
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:
|
|
|
|
* * the check-json manpage
|
|
|
|
* * the check-phpser manpage
|
|
|
|
* * the check-yaml manpage
|
|
|
|
* * the dd2ddc manpage
|
|
|
|
* * the dd2json manpage
|
|
|
|
* * the dd2phpser manpage
|
|
|
|
* * the dd2sereal manpage
|
|
|
|
* * the dd2storable manpage
|
|
|
|
* * the dd2yaml manpage
|
|
|
|
* * the json2dd manpage
|
|
|
|
* * the json2ddc manpage
|
|
|
|
* * the json2phpser manpage
|
|
|
|
* * the json2sereal manpage
|
|
|
|
* * the json2storable manpage
|
|
|
|
* * the json2yaml manpage
|
|
|
|
* * the phpser2dd manpage
|
|
|
|
* * the phpser2ddc manpage
|
|
|
|
* * the phpser2json manpage
|
|
|
|
* * the phpser2sereal manpage
|
|
|
|
* * the phpser2storable manpage
|
|
|
|
* * the phpser2yaml manpage
|
|
|
|
* * the pp-json manpage
|
|
|
|
* * the sereal2dd manpage
|
|
|
|
* * the sereal2ddc manpage
|
|
|
|
* * the sereal2json manpage
|
|
|
|
* * the sereal2phpser manpage
|
|
|
|
* * the sereal2storable manpage
|
|
|
|
* * the sereal2yaml manpage
|
|
|
|
* * the serializeutils-convert manpage
|
|
|
|
* * the storable2dd manpage
|
|
|
|
* * the storable2ddc manpage
|
|
|
|
* * the storable2json manpage
|
|
|
|
* * the storable2phpser manpage
|
|
|
|
* * the storable2sereal manpage
|
|
|
|
* * the storable2yaml manpage
|
|
|
|
* * the yaml2dd manpage
|
|
|
|
* * the yaml2ddc manpage
|
|
|
|
* * the yaml2json manpage
|
|
|
|
* * the yaml2phpser manpage
|
|
|
|
* * the yaml2sereal manpage
|
|
|
|
* * the yaml2storabls manpage
|
|
|
|
%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 TODO.md
|
|
|
|
%changelog
|