%bcond_without check # https://github.com/letsencrypt/challtestsrv %global goipath github.com/letsencrypt/challtestsrv Version: 1.2.1 %gometa %global common_description %{expand: Small TEST-ONLY server for mock DNS & responding to HTTP-01, DNS-01, and TLS- ALPN-01 ACME challenges.} %global golicenses LICENSE %global godocs CODE_OF_CONDUCT.md README.md Name: %{goname} Release: 1%{?dist} Summary: Small TEST-ONLY server for mock ACME challenges # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/miekg/dns) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Nov 22 2021 Paul Wouters - 1.2.1-1 - Initial package