82 lines
2.6 KiB
RPMSpec
82 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package perl-Plack-App-Proxy
|
|
#
|
|
# 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 Plack-App-Proxy
|
|
Name: perl-Plack-App-Proxy
|
|
Version: 0.290.0
|
|
Release: 0
|
|
# 0.29 -> normalize -> 0.290.0
|
|
%define cpan_version 0.29
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
|
Summary: Proxy requests
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
|
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEDO/%{cpan_name}-%{cpan_version}.tar.gz
|
|
Source1: cpanspec.yml
|
|
Source100: README.md
|
|
BuildArch: noarch
|
|
BuildRequires: perl
|
|
BuildRequires: perl-macros
|
|
BuildRequires: perl(AnyEvent::HTTP) >= 1.44
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
|
BuildRequires: perl(HTTP::Headers)
|
|
BuildRequires: perl(LWP::UserAgent)
|
|
BuildRequires: perl(Plack) >= 1.0013
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
BuildRequires: perl(Test::Requires)
|
|
BuildRequires: perl(Test::TCP)
|
|
BuildRequires: perl(parent)
|
|
Requires: perl(AnyEvent::HTTP) >= 1.44
|
|
Requires: perl(HTTP::Headers)
|
|
Requires: perl(LWP::UserAgent)
|
|
Requires: perl(Plack) >= 1.0013
|
|
Requires: perl(parent)
|
|
Provides: perl(Plack::App::Proxy) = %{version}
|
|
Provides: perl(Plack::App::Proxy::Backend)
|
|
Provides: perl(Plack::App::Proxy::Backend::AnyEvent::HTTP)
|
|
Provides: perl(Plack::App::Proxy::Backend::LWP)
|
|
Provides: perl(Plack::App::Proxy::Test)
|
|
Provides: perl(Plack::Middleware::Proxy::AddVia) = 0.10.0
|
|
Provides: perl(Plack::Middleware::Proxy::Connect) = 0.10.0
|
|
Provides: perl(Plack::Middleware::Proxy::LoadBalancer) = 0.10.0
|
|
Provides: perl(Plack::Middleware::Proxy::RewriteLocation)
|
|
%undefine __perllib_provides
|
|
%{perl_requires}
|
|
|
|
%description
|
|
Plack::App::Proxy is a middleware-aware proxy application for Plack.
|
|
|
|
%prep
|
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
|
|
|
%build
|
|
PERL_USE_UNSAFE_INC=1 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 README
|
|
|
|
%changelog
|