# Generated by go2rpm %bcond_without check # https://github.com/sanity-io/litter %global goipath github.com/sanity-io/litter Version: 1.1.0 %global commit 01639073401d54f0f3120725e5110734550af82e %gometa %global common_description %{expand: Litter is a pretty printer library for Go data structures to aid in debugging and testing.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 2%{?dist} Summary: Pretty printer library for Go data structures to aid in debugging and testing 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 16:59:23 CEST 2019 Robert-André Mauchin - 1.1.0-2.20190523git0163907 - Bump to commit 01639073401d54f0f3120725e5110734550af82e * Tue Feb 19 2019 Elliott Sales de Andrade - 1.1.0-1 - First package for Fedora