# Generated by go2rpm 1.3 %bcond_without check # https://github.com/alicebob/miniredis %global goipath github.com/alicebob/miniredis Version: 2.14.1 %gometa %global goaltipaths github.com/alicebob/miniredis/v2 %global common_description %{expand: Pure Go Redis server for Go unittests.} %global golicenses LICENSE LICENSE-geohash %global godocs CHANGELOG.md README.md geohash/README.md Name: %{goname} Release: 1%{?dist} Summary: Pure Go Redis server for Go unittests License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/alicebob/gopher-json) BuildRequires: golang(github.com/yuin/gopher-lua) BuildRequires: golang(github.com/yuin/gopher-lua/parse) %description %{common_description} %gopkg %prep %goprep mv geohash/LICENSE LICENSE-geohash mv geohash/README.md README-geohash.md %install %gopkginstall %if %{with check} %check # https://github.com/alicebob/miniredis/issues/185 %gocheck -d . %endif %gopkgfiles %changelog * Sun Jan 10 17:11:48 CET 2021 Robert-André Mauchin - 2.14.1-1 - Initial package