1 |
Name: perl-Mojo-JWT |
Name: perl-Mojo-JWT |
2 |
Version: 0.08 |
Version: 0.08 |
3 |
Release: 1%{?dist} |
Release: 3%{?dist} |
4 |
Summary: JSON Web Token the Mojo way |
Summary: JSON Web Token the Mojo way |
5 |
License: GPL+ or Artistic |
License: GPL+ or Artistic |
6 |
Group: Development/Libraries |
Group: Development/Libraries |
19 |
Requires: perl(Digest::SHA) |
Requires: perl(Digest::SHA) |
20 |
Requires: perl(Mojolicious) >= 5.00 |
Requires: perl(Mojolicious) >= 5.00 |
21 |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
22 |
|
Provides: perl(Mojo::JWT) |
23 |
|
|
24 |
%description |
%description |
25 |
JSON Web Token is described in https://tools.ietf.org/html/rfc7519. |
JSON Web Token is described in https://tools.ietf.org/html/rfc7519. |
62 |
%{_mandir}/man3/* |
%{_mandir}/man3/* |
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Sun Jul 31 2022 Michel Begue <mab974@misouk.com> 0.08-3 |
66 |
|
- add Provides: perl(Mojo::JWT) |
67 |
|
|
68 |
|
* Sat Jun 25 2022 Michel Begue <mab974@misouk.com> 0.08-2 |
69 |
|
- fix email |
70 |
|
|
71 |
* Wed Aug 26 2020 Michel Begue <mab974@gmail.com> 0.08-1 |
* Wed Aug 26 2020 Michel Begue <mab974@gmail.com> 0.08-1 |
72 |
- First build using cpanspec |
- First build using cpanspec |