5 Star 0 Fork 1

src-openEuler/perl-REST-Client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-REST-Client.spec 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2024-03-07 08:52 . package init
Name: perl-REST-Client
Version: 281
Release: 1
Summary: Simple client for interacting with RESTful http/https resources
License: GPL+ or Artistic
URL: https://metacpan.org/release/REST-Client
Source0: https://cpan.metacpan.org/authors/id/A/AK/AKHUETTEL/REST-Client-%{version}.tar.gz
BuildArch: noarch
# build requirements
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# runtime requirements
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(LWP::Protocol::https)
BuildRequires: perl(strict)
BuildRequires: perl(URI)
BuildRequires: perl(warnings)
BuildRequires: perl(XML::LibXML)
# test requirements
BuildRequires: perl(File::Spec)
BuildRequires: perl(HTTP::Server::Simple)
BuildRequires: perl(HTTP::Server::Simple::CGI)
BuildRequires: perl(Test::More) >= 0.8
Requires: perl(XML::LibXML)
%description
REST::Client provides a simple way to interact with HTTP RESTful resources.
%prep
%setup -q -n REST-Client-%{version}
%build
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
%install
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
%{make_build} test
%files
%doc Changes README.md
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Thu Mar 07 2024 konglidong <konglidong@uniontech.com> - 281-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-REST-Client.git
git@gitee.com:src-openeuler/perl-REST-Client.git
src-openeuler
perl-REST-Client
perl-REST-Client
master

搜索帮助