# Generated by go2rpm 1 %bcond_without check # https://github.com/mitchellh/go-homedir %global goipath github.com/mitchellh/go-homedir Version: 1.1.0 %gometa %global common_description %{expand: Go library for detecting and expanding the user's home directory without cgo.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go library for detecting and expanding the user's home directory without cgo License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Jul 12 15:00:13 EST 2019 Luis M. Segundo - 1.1.0-1 - Initial package