# Generated by go2rpm 1 %bcond_without check # https://github.com/goburrow/serial %global goipath github.com/goburrow/serial Version: 0.1.0 %gometa %global common_description %{expand: Go (golang) serial library for modbus.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Go (golang) serial library for modbus License: MIT URL: %{gourl} Source0: %{gosource} %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