# Generated by go2rpm %bcond_without check # https://github.com/spaolacci/murmur3 %global goipath github.com/spaolacci/murmur3 Version: 1.1.0 %gometa %global common_description %{expand: Native Go implementation of Austin Appleby's third MurmurHash revision (aka MurmurHash3). Reference algorithm has been slightly hacked as to support the streaming mode required by Go's standard Hash interface.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 4%{?dist} Summary: Native murmurhash3 Go implementation # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Apr 24 22:07:49 CEST 2019 Robert-André Mauchin - 1.1.0-4 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Feb 13 2018 Kaushal - 1.1-1 - First package for Fedora