# Generated by go2rpm %bcond_without check # https://github.com/gonum/plot %global goipath gonum.org/v1/plot %global forgeurl https://github.com/gonum/plot Version: 0.8.1 %gometa %global common_description %{expand: Plot provides an API for building and drawing plots in Go.} %global golicenses LICENSE %global godocs AUTHORS README.md Name: %{goname} Release: 2%{?dist} Summary: Package for plotting and visualizing dataZ License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(gioui.org/f32) BuildRequires: golang(gioui.org/io/system) BuildRequires: golang(gioui.org/layout) BuildRequires: golang(gioui.org/op/paint) BuildRequires: golang(github.com/ajstarks/svgo) BuildRequires: golang(github.com/fogleman/gg) BuildRequires: golang(github.com/go-latex/latex/drawtex) BuildRequires: golang(github.com/go-latex/latex/font/ttf) BuildRequires: golang(github.com/go-latex/latex/mtex) BuildRequires: golang(github.com/go-latex/latex/tex) BuildRequires: golang(github.com/golang/freetype/truetype) BuildRequires: golang(github.com/jung-kurt/gofpdf) BuildRequires: golang(golang.org/x/image/font) BuildRequires: golang(golang.org/x/image/math/fixed) BuildRequires: golang(golang.org/x/image/tiff) BuildRequires: golang(rsc.io/pdf) %if %{with check} # Tests BuildRequires: golang(golang.org/x/exp/rand) BuildRequires: golang(gonum.org/v1/gonum/floats/scalar) BuildRequires: golang(gonum.org/v1/gonum/mat) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d. -d palette -d palette/moreland -d plotter -d vg/vggio %endif %gopkgfiles %changelog * Mon Jan 25 02:40:38 CET 2021 Robert-André Mauchin - 0.8.1-2 - Update to 0.8.1 * Tue Dec 22 07:20:45 CET 2020 Robert-André Mauchin - 0.8.1-1.20201223gitf888cdb - Update to 0.8.1, commit f888cdb60200a6291af8763d83eda6c866a6f53d6 - Close: rhbz#1875875 * Wed Aug 05 14:35:18 CEST 2020 Robert-André Mauchin - 0.7.0-1 - Update to 0.7.0 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jun 03 22:30:38 CEST 2019 Robert-André Mauchin - 0-0.1.20190703gite2840ee - Initial package