1 Star 0 Fork 1

konglidong/perl-Net-Google-AuthSub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Net-Google-AuthSub.spec 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
konglidong 提交于 2024-03-20 16:48 . package init
Name: perl-Net-Google-AuthSub
Version: 0.5
Release: 1
Summary: Provides interface to interact with sites that implement Google style AuthSub
# From AuthSub.pm
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Net-Google-AuthSub
Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Net-Google-AuthSub-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Test::More) >= 0.62
BuildRequires: perl(URI)
BuildRequires: perl(Module::Build)
%description
AuthSub is Google's method of authentication for their web
services. It is also used by other web sites.
You can read more about it here.
http://code.google.com/apis/accounts/Authentication.html
A Google Group for AuthSub is here.
http://groups.google.com/group/Google-Accounts-API
%prep
%setup -q -n Net-Google-AuthSub-%{version}
%build
%{__perl} Build.PL installdirs=vendor
./Build
%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check
./Build test
%files
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
* Wed Mar 20 2024 konglidong <konglidong@uniotech.com> - 0.5-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/konglidong/perl-Net-Google-AuthSub.git
git@gitee.com:konglidong/perl-Net-Google-AuthSub.git
konglidong
perl-Net-Google-AuthSub
perl-Net-Google-AuthSub
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385