diff --git a/.gitignore b/.gitignore index 3ae1ae2..4772819 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Mojolicious-Plugin-OAuth2-1.57.tar.gz /Mojolicious-Plugin-OAuth2-1.58.tar.gz +/Mojolicious-Plugin-OAuth2-1.59.tar.gz diff --git a/perl-Mojolicious-Plugin-OAuth2.spec b/perl-Mojolicious-Plugin-OAuth2.spec index c4de029..1555595 100644 --- a/perl-Mojolicious-Plugin-OAuth2.spec +++ b/perl-Mojolicious-Plugin-OAuth2.spec @@ -1,6 +1,6 @@ Name: perl-Mojolicious-Plugin-OAuth2 -Version: 1.58 -Release: 4%{?dist} +Version: 1.59 +Release: 1%{?dist} Summary: A Mojolicious plugin that allows OAuth2 authentication License: Artistic 2.0 @@ -9,7 +9,8 @@ Source0: https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/Mojolicious- BuildArch: noarch -BuildRequires: make +BuildRequires: coreutils +BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Carp) @@ -44,22 +45,28 @@ add your own easily as well. %setup -q -n Mojolicious-Plugin-OAuth2-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS" -%{__make} %{?_smp_mflags} +/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS" +%{make_build} %install -%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT +%{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check -%{__make} test +%{make_build} test %files -%doc Changes README +%doc Changes README README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Feb 21 2021 Emmanuel Seyman - 1.59-1 +- Update to 1.59 +- Replace calls to %%{__perl} with /usr/bin/perl +- Use %%{make_install} instead of "make pure_install" +- Use %%{make_build} instead of make + * Wed Jan 27 2021 Fedora Release Engineering - 1.58-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 8848aff..384e0df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Mojolicious-Plugin-OAuth2-1.58.tar.gz) = 71639f6b2fae111484a75616064f1de7b518d2e6901bb146c74d93b9a59238f01153cba21119899e6f448c3ac62634fa73786bc60aa332d4541d1081a5f4f9c4 +SHA512 (Mojolicious-Plugin-OAuth2-1.59.tar.gz) = b27e04ca31d1d663b68114e6c8d41671a4b04b8baef08707bfc460deb39e95aef2ba4fd4328bd35b364c5840749a5b7a89846035f4b0ce2a68da7231289949c1