## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/quic-go/qtls-go1-20 %global goipath github.com/quic-go/qtls-go1-20 Version: 0.1.1 %gometa -f %global common_description %{expand: Go standard library TLS 1.3 implementation, modified for QUIC. For Go 1.20.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Go standard library TLS 1.3 implementation, modified for QUIC. License: BSD-3-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Feb 27 2023 Mikel Olasagasti Uranga 0.1.1-1 - Update to 0.1.1 * Wed Jan 18 2023 Maxwell G 0.1.0~rc.1-1 - Initial package