# Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/koppacetic/go-gpsd %global goipath github.com/koppacetic/go-gpsd Version: 0.4.0 %gometa %global common_description %{expand: GPSD client for Go.} %global godocs examples README.md Name: %{goname} Release: %autorelease Summary: GPSD client for Go # fork of fork of https://github.com/stratoberry/go-gpsd/blob/master/LICENSE License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep sed -i 's|"github.com/atotto/go-gpsd"|"github.com/koppacetic/go-gpsd"|' $(find -iname *.go -type f) %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog