# Generated by go2rpm 1.3 %bcond_without check # https://github.com/srwiley/oksvg %global goipath github.com/srwiley/oksvg %global commit 870daf9aa564cd64924050d6d095ba0cb5eb66f2 %gometa %global common_description %{expand: Partial implementation of SVG 2.0 specification in golang.} %global golicenses LICENSE doc/LICENSE %global godocs doc README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Partial implementation of SVG 2.0 specification in Golang # Upstream license specification: BSD-3-Clause # CC-BY: testdata/freepik testdata/flaticon License: BSD and CC-BY URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/srwiley/rasterx) BuildRequires: golang(golang.org/x/image/colornames) BuildRequires: golang(golang.org/x/image/math/fixed) BuildRequires: golang(golang.org/x/net/html/charset) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 31 00:03:03 CET 2021 Robert-André Mauchin - 0-0.1.20210131git870daf9 - Initial package