# Generated by go2rpm 1 %bcond_without check # https://github.com/yl2chen/cidranger %global goipath github.com/yl2chen/cidranger Version: 1.0.2 %gometa %global common_description %{expand: Fast IP to CIDR lookup in Golang.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Fast IP to CIDR lookup in Golang License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Sep 22 2020 Fabian Affolter - 1.0.2-1 - Initial package