# Generated by go2rpm %bcond_without check # https://github.com/xlab/treeprint %global goipath github.com/xlab/treeprint %global commit a009c3971eca89777614839eb7f69abed3ea3959 %gometa %global common_description %{expand: Package Treeprint provides a simple ASCII tree composing tool.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Simple ASCII tree composing tool License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 15:04:03 CEST 2019 Robert-André Mauchin - 0-0.1.20190429gita009c39 - Initial package