# Generated by go2rpm %bcond_without check # https://github.com/fogleman/gg %global goipath github.com/fogleman/gg Version: 1.3.0 %global commit 72436a171bf31757dc87fb8fa9f7485307350307 %gometa %global common_description %{expand: Gg is a library for rendering 2D graphics in pure Go.} %global golicenses LICENSE.md %global godocs examples README.md Name: %{goname} Release: 2%{?dist} Summary: 2D rendering in Go with a simple API License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/freetype/raster) BuildRequires: golang(github.com/golang/freetype/truetype) BuildRequires: golang(golang.org/x/image/draw) BuildRequires: golang(golang.org/x/image/font) BuildRequires: golang(golang.org/x/image/font/basicfont) BuildRequires: golang(golang.org/x/image/font/gofont/goregular) BuildRequires: golang(golang.org/x/image/math/f64) BuildRequires: golang(golang.org/x/image/math/fixed) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 16 23:37:24 CEST 2019 Robert-André Mauchin - 1.3.0-2.20190516git72436a1 - Bump to commit 72436a171bf31757dc87fb8fa9f7485307350307 * Sat Mar 09 2019 Robert-André Mauchin - 1.3.0-1 - Release 1.3.0 * Wed Mar 06 2019 Robert-André Mauchin - 1.2.0-1 - Release 1.2.0 * Fri Feb 01 2019 Fedora Release Engineering - 1.1.0-2.git0e0ff3a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 5 2018 mosquito - 1.1.0-1.20181106gite843337 - Initial package build