# Generated by go2rpm %bcond_without check # https://github.com/renstrom/dedent %global goipath github.com/renstrom/dedent Version: 1.1.0 %gometa %global common_description %{expand: Remove any common leading whitespace from multiline strings.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Remove any common leading whitespace from multiline strings License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 18 22:36:09 CEST 2019 Robert-André Mauchin - 1.1.0-1 - Initial package