Name: perl-Catalyst-Authentication-Store-Proxy Version: 0.0.1 Release: 1%{?dist} Summary: Delegates authentication logic to the user object License: BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Authentication-Store-Proxy/ Source0: http://www.cpan.org/authors/id/P/PE/PERLER/Catalyst-Authentication-Store-Proxy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Utils) BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) BuildRequires: perl(Module::Build) BuildRequires: perl(Moose) BuildRequires: perl(strict) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(warnings) Requires: perl(Catalyst::Utils) Requires: perl(Moose) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module makes it much easier to implement a custom authenication store. It delegates all the necessary method for user retrieval and session storage to a custom user class. %prep %setup -q -n Catalyst-Authentication-Store-Proxy-%{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 \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes dist.ini LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jul 17 2020 Dave Cross 0.0.1-1 - Specfile autogenerated by cpanspec 1.78.