# Generated by go2rpm 1.3 %bcond_without check # https://github.com/coyim/gotk3extra %global goipath github.com/coyim/gotk3extra %global commit d6586b106db825f0295a5176b4dbd8c259712478 %gometa %global common_description %{expand: Contains golang bindings for GTK3 stuff that might be useful for us to have.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Contains golang bindings for GTK3 stuff that might be useful for us to have License: GPL-3.0-only # FIXME: Upstream uses unknown SPDX tag GPL-3.0-only! URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gotk3/gotk3/gdk) BuildRequires: golang(github.com/gotk3/gotk3/glib) BuildRequires: golang(github.com/gotk3/gotk3/gtk) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Apr 29 10:32:05 -03 2021 Facundo Acevedo - 0-0.1.20210429gitd6586b1 - Initial package