# Generated by go2rpm 1.5.0 %bcond_without check # https://github.com/mbland/hmacauth %global goipath github.com/mbland/hmacauth Version: 1.0.2 %global tag 1.0.2 %gometa %global common_description %{expand: Signs and authenticates HTTP requests based on a shared-secret HMAC signature.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Signs and authenticates HTTP requests based on a shared-secret HMAC signature License: ISC URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/bmizerany/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Sep 29 2021 Paul Wouters - 1.0.2-1 - Initial package