File perl-JSON-Lines.spec of Package perl-JSON-Lines
#
# spec file for package perl-JSON-Lines
#
# Copyright (c) 2025 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 JSON-Lines
Name: perl-JSON-Lines
Version: 1.09
Release: 0
License: Artistic-2.0
Summary: Parse JSONLines with perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LN/LNATION/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Cpanel::JSON::XS)
BuildRequires: perl(Import::Export) >= 1.00
Requires: perl(Cpanel::JSON::XS)
Requires: perl(Import::Export) >= 1.00
%{perl_requires}
%description
JSON Lines is a convenient format for storing structured data that may be
processed one record at a time. It works well with unix-style text
processing tools and shell pipelines. It's a great format for log files.
It's also a flexible format for passing messages between cooperating
processes.
https://jsonlines.org/
%prep
%autosetup -n %{cpan_name}-%{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 ignore.txt README
%changelog