# Generated by go2rpm 1 %bcond_without check # https://github.com/emersion/go-ical %global goipath github.com/emersion/go-ical %global commit 4bf02c55c8ca9c31c79a77cf8a5ee8990dc77482 %gometa %global common_description %{expand: An iCalendar library for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: An iCalendar library for Go 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 * Tue Sep 08 19:32:51 CST 2020 proletarius101 - 0-0.1.20200908git4bf02c5 - Initial package