diff --git a/Net-Google-AuthSub-0.5.tar.gz b/Net-Google-AuthSub-0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..156c80969f99b3b2d6fb2eadd9a9b6193eeb6ebc Binary files /dev/null and b/Net-Google-AuthSub-0.5.tar.gz differ diff --git a/perl-Net-Google-AuthSub.spec b/perl-Net-Google-AuthSub.spec new file mode 100644 index 0000000000000000000000000000000000000000..b3ae42cd344f906d497fcb6fbff518d7647f4b3c --- /dev/null +++ b/perl-Net-Google-AuthSub.spec @@ -0,0 +1,56 @@ +Name: perl-Net-Google-AuthSub +Version: 0.5 +Release: 1 +Summary: Provides interface to interact with sites that implement Google style AuthSub +License: GPL+ or Artistic +URL: https://metacpan.org/release/Net-Google-AuthSub +Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMONW/Net-Google-AuthSub-0.5.tar.gz + +BuildArch: noarch +BuildRequires: perl-generators +BuildRequires: perl(LWP::UserAgent) +BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(URI) +BuildRequires: perl(Module::Build) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%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 +* Fri Jan 21 2022 Fedora Release Engineering - 0.5-1 +- Package init