# Generated by go2rpm %ifnarch s390x %bcond_without check %endif # https://github.com/gin-gonic/gin %global goipath github.com/gin-gonic/gin Version: 1.6.3 %gometa %global common_description %{expand: Gin is a web framework written in Go. It features a martini-like API with much better performance, up to 40 times faster thanks to httprouter. If you need performance and good productivity, you will love Gin.} %global golicenses LICENSE %global godocs examples AUTHORS.md BENCHMARKS.md CHANGELOG.md\\\ CODE_OF_CONDUCT.md CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: HTTP web framework written in Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/gin-contrib/sse) BuildRequires: golang(github.com/go-playground/validator/v10) BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/mattn/go-isatty) BuildRequires: golang(github.com/ugorji/go/codec) BuildRequires: golang(gopkg.in/yaml.v2) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d render %endif %gopkgfiles %changelog * Thu Aug 13 23:52:31 CEST 2020 Robert-André Mauchin - 1.6.3-1 - Update to 1.6.3 * Mon Jul 27 2020 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Apr 30 14:45:15 CEST 2019 Robert-André Mauchin - 1.3.0-1 - Initial package