# Generated by go2rpm 1.3 %bcond_without check # https://github.com/coyim/gotk3adapter %global goipath github.com/coyim/gotk3adapter %global commit 9bbf71d1cc9f28239a0c25e619769fb758319474 %gometa %global common_description %{expand: Contains adapters and interfaces for gotk3 in order to make testing possible.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Contains adapters and interfaces for gotk3 in order to make testing possible License: GPL-3.0-only # FIXME: Upstream uses unknown SPDX tag GPL-3.0-only! URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/coyim/gotk3extra) BuildRequires: golang(github.com/gotk3/gotk3/gdk) BuildRequires: golang(github.com/gotk3/gotk3/glib) BuildRequires: golang(github.com/gotk3/gotk3/gtk) BuildRequires: golang(github.com/gotk3/gotk3/pango) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Apr 29 10:28:01 -03 2021 Facundo Acevedo - 0-0.1.20210429git9bbf71d - Initial package