Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/dgryski/go-metro
%global goipath         github.com/dgryski/go-metro
%global commit          280f6062b5bc97ee9b9afe7f2ccb361e59845baa

%gometa

%global common_description %{expand:
This package is a mechanical translation of the reference C++ code for
MetroHash, available at https://github.com/jandrewrogers/MetroHash}

%global golicenses      LICENSE
%global godocs          README

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        Go translation of MetroHash

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Wed May 15 18:34:00 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190701git280f606
- Initial package