# Generated by go2rpm 1.3 %bcond_without check # https://github.com/emersion/go-vcard %global goipath github.com/emersion/go-vcard %global commit dd3110a24ec26a6b9f8a45da21cc0f2ca2ce8c67 %gometa %global common_description %{expand: A Go library to parse and format vCard.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: A Go library to parse and format vCard License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep for test_file in $(find . -name "*_test.go") do rm $test_file done %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Dec 28 15:23:53 CST 2020 proletarius101 - 0-0.1.20201228gitdd3110a - Initial package