# Generated by go2rpm 1 %bcond_without check # https://github.com/marten-seemann/qtls-go1-15 %global goipath github.com/marten-seemann/qtls-go1-15 Version: 0.1.0 %gometa %global common_description %{expand: Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.15.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.15 # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/chacha20poly1305) BuildRequires: golang(golang.org/x/crypto/cryptobyte) BuildRequires: golang(golang.org/x/crypto/curve25519) BuildRequires: golang(golang.org/x/crypto/hkdf) BuildRequires: golang(golang.org/x/sys/cpu) %if %{with check} # Tests BuildRequires: golang(github.com/golang/mock/gomock) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %gopkgfiles %changelog * Sun Aug 23 21:14:13 CEST 2020 Robert-André Mauchin - 0.1.0-1 - Initial package