# Generated by go2rpm %bcond_without check # https://github.com/tdewolff/test %global goipath github.com/tdewolff/test Version: 1.0.0 %gometa %global common_description %{expand: Test is a helper package written in Go. It implements a few functions that are useful for io testing, such as readers and writers that fail after N consecutive reads/writes.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Go test helper functions License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 23 00:33:35 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros * Sun Feb 10 2019 Elliott Sales de Andrade - 1.0.0-1 - First package for Fedora