# Generated by go2rpm 1.3 %bcond_without check # https://github.com/cupcake/rdb %global goipath github.com/cupcake/rdb %global commit 43ba34106c765f2111c0dc7b74cdf8ee437411e0 %gometa %global common_description %{expand: Rdb is a Go package that implements parsing and encoding of the Redis RDB file format.} %global golicenses LICENCE %global godocs examples README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Redis RDB parser for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 10 16:44:45 CET 2021 Robert-André Mauchin - 0-0.1.20210110git43ba341 - Initial package