# Generated by go2rpm %bcond_without check # https://github.com/VividCortex/ewma %global goipath github.com/VividCortex/ewma Version: 1.1.1 %gometa %global common_description %{expand: Exponentially Weighted Moving Average algorithms for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 8%{?dist} Summary: Exponentially Weighted Moving Average algorithms for Go License: MIT URL: %{gourl} Source0: %{gosource} # https://github.com/VividCortex/ewma/pull/17 Patch0: 0001-Fix-wrong-format-type-in-Errorf.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 16 00:18:33 CEST 2019 Robert-André Mauchin - 1.1.1-8 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.1.1-6 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 1.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Mar 09 2018 Robert-André Mauchin - 1.1.1-4 - Update with the new Go packaging * Tue Feb 13 2018 Robert-André Mauchin - 1.1.1-3 - Added patch for fixing wrong format type in Errorf * Wed Feb 07 2018 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jul 24 2017 Robert-André Mauchin - 1.1.1-1 - First package for Fedora