File perl-AsposeCellsCloud-CellsApi.spec of Package perl-AsposeCellsCloud-CellsApi
#
# spec file for package perl-AsposeCellsCloud-CellsApi
#
# 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 AsposeCellsCloud-CellsApi
Name: perl-AsposeCellsCloud-CellsApi
Version: 24.8
Release: 0
License: MIT
Summary: Aspose.Cells Cloud SDK for Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASPOSE/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Date::Parse)
BuildRequires: perl(DateTime)
BuildRequires: perl(Digest::HMAC_SHA1)
BuildRequires: perl(File::Slurp)
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(HTTP::Status)
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Log::Any)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(URI::Escape)
BuildRequires: perl(URI::Query)
Requires: perl(Date::Parse)
Requires: perl(DateTime)
Requires: perl(Digest::HMAC_SHA1)
Requires: perl(File::Slurp)
Requires: perl(HTTP::Headers)
Requires: perl(HTTP::Request::Common)
Requires: perl(HTTP::Response)
Requires: perl(HTTP::Status)
Requires: perl(JSON)
Requires: perl(LWP::UserAgent)
Requires: perl(Log::Any)
Requires: perl(Module::Runtime)
Requires: perl(Test::Exception)
Requires: perl(URI::Escape)
Requires: perl(URI::Query)
%{perl_requires}
%description
Aspose.Cells Cloud SDK for Perl
%prep
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%doc docs README.md
%changelog