# Generated by go2rpm %bcond_without check # https://github.com/mholt/certmagic %global goipath github.com/mholt/certmagic Version: 0.5.1 %gometa %global common_description %{expand: Caddy's automagic TLS features, now for your own Go programs, in one powerful and easy-to-use library! CertMagic is the most mature, robust, and capable ACME client integration for Go.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Automatic HTTPS for any Go program # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-acme/lego/acme) BuildRequires: golang(github.com/go-acme/lego/certcrypto) BuildRequires: golang(github.com/go-acme/lego/certificate) BuildRequires: golang(github.com/go-acme/lego/challenge) BuildRequires: golang(github.com/go-acme/lego/challenge/http01) BuildRequires: golang(github.com/go-acme/lego/challenge/tlsalpn01) BuildRequires: golang(github.com/go-acme/lego/lego) BuildRequires: golang(github.com/go-acme/lego/registration) BuildRequires: golang(github.com/klauspost/cpuid) BuildRequires: golang(golang.org/x/crypto/ocsp) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 18 20:02:36 CEST 2019 Robert-André Mauchin - 0.5.1-1 - Initial package