# Generated by go2rpm 1 %bcond_without check # https://github.com/gorilla/csrf %global goipath github.com/gorilla/csrf Version: 1.6.0 %gometa %global common_description %{expand: Gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services.} %global golicenses LICENSE %global godocs AUTHORS README.md Name: %{goname} Release: 1%{?dist} Summary: Cross Site Request Forgery (CSRF) prevention middleware # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gorilla/securecookie) BuildRequires: golang(github.com/pkg/errors) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Aug 04 16:54:56 CEST 2019 Robert-André Mauchin - 1.6.0-1 - Initial package