# Generated by go2rpm 1.3 %bcond_without check # https://github.com/goki/freetype %global goipath github.com/goki/freetype %global commit fa8a33aabaff00cee178fe14212e0a308a87ea5d %gometa %global common_description %{expand: The Freetype font rasterizer in the Go programming language.} %global golicenses LICENSE licenses/gpl.txt licenses/ftl.txt %global godocs example AUTHORS CONTRIBUTORS README Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: The Freetype font rasterizer in the Go programming language License: GPLv2 or FTL URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/image/font) BuildRequires: golang(golang.org/x/image/math/fixed) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # Does not work because of the changes made in this fork without updating tests %gocheck -d truetype %endif %gopkgfiles %changelog * Sat Jan 30 22:58:44 CET 2021 Robert-André Mauchin - 0-0.1.20210130gitfa8a33a - Initial package