Name: perl-Authen-U2F Version: 0.003 Release: 2%{?dist} Summary: Authen::U2F Perl module License: GPL+ or Artistic URL: https://metacpan.org/dist/Authen-U2F/ Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBN/Authen-U2F-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(Carp) BuildRequires: perl(Crypt::OpenSSL::X509) >= 1.806 BuildRequires: perl(Crypt::PK::ECC) BuildRequires: perl(CryptX) >= 0.034 BuildRequires: perl(Digest::SHA) BuildRequires: perl(Exporter::Tiny) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(JSON) BuildRequires: perl(Math::Random::Secure) BuildRequires: perl(MIME::Base64) >= 3.11 BuildRequires: perl(namespace::autoclean) BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(Try::Tiny) BuildRequires: perl(Type::Params) BuildRequires: perl(Types::Standard) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides the tools you need to add support for U2F in your application. %prep %setup -q -n Authen-U2F-%{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 dist.ini META.json README %license LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Feb 23 2022 Xavier Bachelot 0.003-2 - Fix URL: and Source0: * Wed Nov 28 2018 Xavier Bachelot 0.003-1 - Initial package.