# Generated by go2rpm 1 %bcond_without check # https://github.com/haproxytech/models %global goipath github.com/haproxytech/models Version: 1.2.4 %gometa %global common_description %{expand: HAProxy Go structs for API.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: HAProxy Go structs for API # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-openapi/errors) BuildRequires: golang(github.com/go-openapi/strfmt) BuildRequires: golang(github.com/go-openapi/swag) BuildRequires: golang(github.com/go-openapi/validate) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Nov 13 12:25:58 UTC 2019 mockbuild - 1.2.4-1 - Initial package