# Generated by go2rpm 1 %bcond_without check # https://github.com/go-chi/cors %global goipath github.com/go-chi/cors Version: 1.1.1 %gometa %global common_description %{expand: CORS net/http middleware for Go.} %global golicenses LICENSE %global godocs _example README.md Name: %{goname} Release: 1%{?dist} Summary: CORS net/http middleware for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jul 27 23:44:46 CST 2020 Qiyu Yan - 1.1.1-1 - Initial package