# Generated by go2rpm %bcond_without check # https://github.com/soniah/gosnmp %global goipath github.com/soniah/gosnmp Version: 1.27.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) # Tests BuildRequires: golang(github.com/stretchr/testify/require) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Aug 04 2020 Xavier Bachelot - 1.27.0-1 - Update to 1.27.0 * Wed Feb 05 2020 Xavier Bachelot - 1.22.0-1 - Initial package