# Generated by go2rpm 1 %bcond_without check # Checks need internet access %bcond_with network # https://github.com/chromedp/chromedp %global goipath github.com/chromedp/chromedp Version: 0.5.3 %gometa %global common_description %{expand: A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Drive browsers supporting the Chrome DevTools Protocol License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/chromedp/cdproto) BuildRequires: golang(github.com/gobwas/ws) BuildRequires: golang(github.com/mailru/easyjson) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} && %{with network} %check %gocheck %endif %files %gopkgfiles %changelog * Tue Apr 07 2020 Fabian Affolter - 0.5.3-1 - Initial package