# Generated by go2rpm # Needs network %bcond_with check # https://github.com/marten-seemann/qtls %global goipath github.com/marten-seemann/qtls Version: 0.2.3 %gometa %global common_description %{expand: Go standard library TLS 1.3 implementation, modified for QUIC.} Name: %{goname} Release: 1%{?dist} Summary: Go standard library TLS 1.3 implementation, modified for QUIC # https://github.com/marten-seemann/qtls/issues/3 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) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 18 20:22:52 CEST 2019 Robert-André Mauchin - 0.2.3-1 - Initial package