# Generated by go2rpm 1.3 %bcond_without check # https://github.com/gotk3/gotk3 %global goipath github.com/gotk3/gotk3 %global commit 14c6632df83c1a93b8c341d9ca308631033052e5 #Version: 0.5.2 %gometa %global common_description %{expand: Go bindings for GTK3.} %global golicenses LICENSE %global godocs README.md CONTRIBUTIONS.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go bindings for GTK3 License: ISC URL: %{gourl} Source0: %{gosource} BuildRequires: gtk3-devel BuildRequires: glib-devel BuildRequires: cairo %if %{with check} # Tests BuildRequires: xorg-x11-server-Xvfb %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check Xvfb :99 & export DISPLAY=:99 %gocheck %endif %gopkgfiles %changelog * Fri Apr 30 10:12:05 -03 2021 Facundo Acevedo - 0-0.1.20210430git29f29f7 - Point to commit 29f29f7, to be able to compile on f34 * Thu Apr 29 10:31:45 -03 2021 Facundo Acevedo - 0.5.2-1 - Update package - Add needed BuildRequires * Mon Mar 16 11:46:50 -05 2020 rafael - 0.4.0-1 - Initial package