%bcond_without check # https://github.com/haproxytech/config-parser %global goipath github.com/haproxytech/config-parser Version: 2.0.2 %gometa %global goaltipaths %{goipath}/v2 %global common_description %{expand: HAProxy configuration parser.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: HAProxy configuration parser # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 18 2020 Brandon Perkins - 2.0.2-1 - Update to version 2.0.2 * Mon Apr 27 2020 Brandon Perkins - 2.0.1-1 - Upgrade to version 2.0.1 * Mon Mar 02 2020 Brandon Perkins - 1.2.0-1 - Upgrade to version 1.2.0 - Clean changelog * Wed Nov 13 2019 Brandon Perkins - 1.1.10-1 - Initial package