## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 7; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.3 %ifnarch s390x %bcond_without check %endif # https://github.com/willf/bloom %global goipath github.com/willf/bloom Version: 3.0.1 %gometa %global common_description %{expand: Go package implementing Bloom filters.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Go package implementing Bloom filters # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/bits-and-blooms/bitset) %if %{with check} # Tests BuildRequires: golang(github.com/spaolacci/murmur3) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering 3.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering 3.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering 3.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Sep 18 2021 Robert-André Mauchin 3.0.1-4 - Disable tests for s390x arch * Thu Jul 22 2021 Fedora Release Engineering - 3.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jun 26 2021 Davide Cavalca - 3.0.1-1 - Update to 3.0.1 - Update BuildRequires * Sun Jan 24 2021 Davide Cavalca - 2.0.3-1 - Initial package