# Generated by go2rpm 1 # Needs diagslave %bcond_with check # https://github.com/goburrow/modbus %global goipath github.com/goburrow/modbus Version: 0.1.0 %gometa %global common_description %{expand: Fault-tolerant implementation of modbus protocol in Go (golang).} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Fault-tolerant implementation of modbus protocol in Go (golang) # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/goburrow/serial) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Aug 05 2020 Xavier Bachelot - 0.1.0-1 - Initial package