# Generated by go2rpm %bcond_without check # https://github.com/soniah/gosnmp %global goipath github.com/soniah/gosnmp Version: 1.22.0 %gometa %global common_description %{expand: An SNMP library written in GoLang.} %global golicenses LICENSE %global godocs examples trap.md AUTHORS.md README.md CHANGELOG.md Name: %{goname} Release: 1%{?dist} Summary: An SNMP library written in GoLang License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/mock/gomock) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Feb 05 2020 Xavier Bachelot - 1.22.0-1 - Initial package