# Generated by go2rpm %bcond_without check # https://github.com/tdewolff/parse %global goipath github.com/tdewolff/parse Version: 2.3.7 %gometa %global common_description %{expand: Go parsers for web formats.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go parsers for web formats License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/tdewolff/test) %endif %description %{common_description} %gopkg %prep %goprep # Use unversioned import path until Go modules are supported in Fedora sed -i -e 's|"github.com/tdewolff/parse/v2|"github.com/tdewolff/parse|' $(find . -name '*.go') %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 15:06:33 CEST 2019 Robert-André Mauchin - 2.3.7-1 - Release 2.3.7 * Mon Apr 22 2019 Elliott Sales de Andrade - 2.3.6-1 - Update to latest version * Sat Mar 02 2019 Elliott Sales de Andrade - 2.3.5-2 - Use unversioned import path until Go modules are supported in Fedora * Sun Feb 10 2019 Elliott Sales de Andrade - 2.3.5-1 - First package for Fedora