Name: perl-Net-OpenID-Consumer Version: 1.18 Release: 1%{?dist} Summary: Library for consumers of OpenID identities License: GPL+ or Artistic URL: http://search.cpan.org/dist/Net-OpenID-Consumer/ Source0: http://www.cpan.org/modules/by-module/Net/Net-OpenID-Consumer-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(fields) BuildRequires: perl(strict) BuildRequires: perl(Carp) BuildRequires: perl(CGI) BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Parser) BuildRequires: perl(HTTP::Request) BuildRequires: perl(JSON) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Net::OpenID::Common) >= 1.19 BuildRequires: perl(Storable) BuildRequires: perl(Test::More) BuildRequires: perl(Time::Local) BuildRequires: perl(URI) BuildRequires: perl(URI::Escape) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is the Perl API for (the consumer half of) OpenID, a distributed identity system based on proving you own a URL, which is then your identity. %prep %setup -q -n Net-OpenID-Consumer-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %make_build %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes META.json README %license LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Nov 30 2018 Xavier Bachelot 1.18-1 - Initial package.