# Generated by go2rpm %bcond_without check # https://github.com/cryptix/wav %global goipath github.com/cryptix/wav %global commit 8bdace674401f0bd3b63c65479b6a6ff1f9d5e44 %gometa %global common_description %{expand: Golang .wav reader and writer.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Version: 0 Release: 0.5%{?dist} Summary: Golang .wav reader and writer License: GPLv2 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(gonum.org/v1/plot) BuildRequires: golang(gonum.org/v1/plot/plotter) BuildRequires: golang(gonum.org/v1/plot/plotutil) BuildRequires: golang(gonum.org/v1/plot/vg) %if %{with check} # Tests BuildRequires: golang(github.com/cheekybits/is) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 22:14:48 CEST 2019 Robert-André Mauchin - 0-0.5.20181109git8bdace6 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.4.git8bdace6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Nov 9 2018 mosquito - 0-0.3.20181109git8bdace6 - Update to 8bdace6 * Fri Jul 13 2018 Fedora Release Engineering - 0-0.2.20171018git7b3d650 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Dec 21 2017 mosquito - 0-0.1.20171018git7b3d650 - Initial package build