# Generated by go2rpm # There are some precision problems with some architectures # https://github.com/montanaflynn/stats/issues/33 # For now, We are skipping the failing tests %bcond_with check # https://github.com/montanaflynn/stats %global goipath github.com/montanaflynn/stats Version: 0.5.0 %gometa %global common_description %{expand: A well tested and comprehensive Golang statistics library package with no dependencies.} %global golicenses LICENSE %global godocs examples CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Well tested and comprehensive Golang statistics library package License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 23:36:15 CEST 2019 Robert-André Mauchin - 0.5.0-1 - Release 0.5.0 * Fri Feb 01 2019 Fedora Release Engineering - 0.2.0-5.20170729git4a16327 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.2.0-4.20170729git4a16327 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0.2.0-3.20170729git4a16327 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 17 2017 Athos Ribeiro - 0.2.0-2.20170729git4a16327 - Skip failing tests on some arches * Fri Aug 11 2017 Athos Ribeiro - 0.2.0-1.20170729git4a16327 - First package for Fedora