# Generated by go2rpm %bcond_without check # https://github.com/nats-io/jwt %global goipath github.com/nats-io/jwt Version: 0.2.4 %gometa %global common_description %{expand: A JWT implementation that uses nkeys to digitally sign JWT tokens. Nkeys use Ed25519 to provide authentication of JWT claims.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: JWT tokens signed using NKeys for Ed25519 for the NATS ecosystem # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/nats-io/nkeys) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 14 00:59:44 CEST 2019 Robert-André Mauchin - 0.2.4-1 - Initial package