# Generated by go2rpm 1 %bcond_without check # https://github.com/dghubble/sessions %global goipath github.com/dghubble/sessions Version: 0.1.0 %gometa %global common_description %{expand: Minimalist Go sessions with a secure cookie Store implementation.} %global golicenses LICENSE %global godocs README.md CHANGES.md Name: %{goname} Release: 1%{?dist} Summary: Sessions with a secure cookie Store implementation License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gorilla/securecookie) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Apr 08 2020 Fabian Affolter - 0.1.0-1 - Initial package