# Generated by go2rpm %bcond_without check # https://github.com/dnaeon/go-vcr %global goipath github.com/dnaeon/go-vcr Version: 1.0.1 %gometa %global common_description %{expand: Go-vcr simplifies testing by recording your HTTP interactions and replaying them in future runs in order to provide fast, deterministic and accurate testing of your code.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 2%{?dist} Summary: Record your http interactions for fast, deterministic and accurate tests # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(gopkg.in/yaml.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 20:38:54 CEST 2019 Robert-André Mauchin - 1.0.1-2 - Update to new macros * Sun Mar 10 2019 Robert-André Mauchin - 1.0.1-1 - Release 1.0.1 * Thu Jan 31 2019 Fedora Release Engineering - 0-0.4.git8b144be - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.git8b144be - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Robert-André Mauchin - 0-0.2.20180628git8b144be - Bump to commit 8b144be0744f013a1b44386058f1fcb3ba98177d * Mon Mar 26 2018 Robert-André Mauchin - 0-0.1.20180416gitb68d362 - First package for Fedora