# 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:        3%{?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
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Wed Sep 29 2021 Paul Wouters <paul.wouters@aiven.io> - 1.0.2-1
- Initial package