# Generated by go2rpm %bcond_without check # https://github.com/gin-gonic/autotls %global goipath github.com/gin-gonic/autotls Version: 0.0.2 %global tag 0.0.2 %gometa %global common_description %{expand: Package Autotls support Let's Encrypt for a Go server application.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Support Let's Encrypt for a Go server application License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/acme/autocert) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 15:13:08 CEST 2019 Robert-André Mauchin - 0.0.2-1 - Initial package