# Generated by go2rpm 1.9.0 #disable tests: some fail once binary no longer built %bcond_with check %global debug_package %{nil} # https://github.com/quic-go/quic-go %global goipath github.com/quic-go/quic-go Version: 0.34.0 %gometa -f %global common_description %{expand: A QUIC implementation in pure go.} %global golicenses LICENSE %global godocs docs example Changelog.md SECURITY.md README.md\\\ .githooks/README.md Name: %{goname} Release: %autorelease Summary: A QUIC implementation in pure go License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %files %license LICENSE %doc docs example Changelog.md SECURITY.md README.md .githooks/README.md %gopkgfiles %changelog %autochangelog