# Generated by go2rpm 1.3 %bcond_without check # https://github.com/antchfx/htmlquery %global goipath github.com/antchfx/htmlquery Version: 1.2.3 %gometa %global common_description %{expand: Htmlquery is Golang XPath package for HTML query.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Golang XPath package for HTML query License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/antchfx/xpath) BuildRequires: golang(github.com/golang/groupcache/lru) BuildRequires: golang(golang.org/x/net/html) BuildRequires: golang(golang.org/x/net/html/charset) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Dec 25 2020 Fabian Affolter - 1.2.3-1 - Initial package for Fedora