5 Star 0 Fork 2

src-openEuler/perl-Net-OAuth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Net-OAuth.spec 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2025-01-05 18:22 +08:00 . 0.30
Name: perl-Net-OAuth
Version: 0.30
Release: 1
Summary: OAuth protocol support library for Perl
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Net-OAuth
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRWO/Net-OAuth-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl(Class::Accessor) >= 0.31
BuildRequires: perl(Class::Data::Inheritable) >= 0.06
BuildRequires: perl(Digest::HMAC_SHA1) >= 1.01
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(UNIVERSAL::require) >= 0.10
BuildRequires: perl(URI::Escape) >= 3.28
Requires: perl(Class::Accessor) >= 0.31
Requires: perl(Class::Data::Inheritable) >= 0.06
%{?perl_default_filter}
%description
Perl implementation of OAuth, an open protocol to allow secure API
authentication in a simple and standard method from desktop and web
applications. In practical terms, a mechanism for a Consumer to request
protected resources from a Service Provider on behalf of a user.
%prep
%setup -q -n Net-OAuth-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
./Build test
%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sun Jan 05 2025 Funda Wang <fundawang@yeah.net> - 0.30-1
- update to 0.30
* Mon Apr 01 2024 konglidong <konglidong@uniontech.com> - 0.28-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Net-OAuth.git
git@gitee.com:src-openeuler/perl-Net-OAuth.git
src-openeuler
perl-Net-OAuth
perl-Net-OAuth
master

搜索帮助