# Generated by go2rpm %bcond_without check # https://github.com/mitchellh/go-vnc %global goipath github.com/mitchellh/go-vnc %global commit 723ed9867aed0f3209a81151e52ddc61681f0b01 %gometa %global common_description %{expand: Go-vnc is a VNC library for Go, initially supporting VNC clients but with the goal of eventually implementing a VNC server. This library implements RFC 6143.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: VNC client and server library for Go License: MIT URL: %{gourl} Source0: %{gosource} Patch0: 0001-Fix-Errorf-wrong-type.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 03 00:34:08 CEST 2019 Robert-André Mauchin - 0-0.1.20190503git723ed98 - Initial package