# Generated by go2rpm # Needs network %bcond_with check # https://github.com/sethgrid/pester %global goipath github.com/sethgrid/pester Version: 1.0.0 %global tag 1.0.0 %gometa %global common_description %{expand: Pester wraps Go's standard lib http client to provide several options to increase resiliency in your request. If you experience poor network conditions or requests could experience varied delays, you can now pester the endpoint for data. - Send out multiple requests and get the first back (only used for GET calls) - Retry on errors - Backoff} %global golicenses LICENSE.md %global godocs README.md README-benchmarks.md Name: %{goname} Release: 3%{?dist} Summary: Go http calls with retries and backoff License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep mv benchmarks/README.md README-benchmarks.md %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jun 04 16:24:20 CEST 2019 Robert-André Mauchin - 1.0.0-3 - Update to new macros * Fri Apr 05 23:48:57 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Release 1.0.0 (#1695253) * Fri Feb 01 2019 Fedora Release Engineering - 0-0.5.20170919git0af5bab - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.4.20170919git0af5bab - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.3.20170919git0af5bab - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Oct 05 2017 Ed Marshall - 0-0.2.20170919git0af5bab - Disable tests due to flakiness * Tue Oct 03 2017 Ed Marshall - 0-0.1.20170919git0af5bab - First package for Fedora