File perl-Pithub.spec of Package perl-Pithub
#
# spec file for package perl-Pithub
#
# 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 Pithub
Name: perl-Pithub
Version: 0.01043
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Github v3 API
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CHI)
BuildRequires: perl(HTTP::Headers)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(Import::Into)
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Moo)
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Most)
BuildRequires: perl(Test::Needs)
BuildRequires: perl(URI)
Requires: perl(CHI)
Requires: perl(HTTP::Headers)
Requires: perl(HTTP::Request)
Requires: perl(HTTP::Request::Common)
Requires: perl(JSON::MaybeXS)
Requires: perl(LWP::UserAgent)
Requires: perl(Moo)
Requires: perl(Moo::Role)
Requires: perl(URI)
%{perl_requires}
%description
Pithub (*P*erl + G*ithub*) provides a set of modules to access the at
http://developer.github.com/v3/ in an object oriented way. There is also
Net::GitHub which does the same for all the versions (v1, v2, v3) of the
Github API. Pithub supports all API calls so far, but only for v3.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%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 CONTRIBUTORS examples README.md
%license LICENSE
%changelog