Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check
%global debug_package %{nil}

# https://github.com/chromedp/cdproto
%global goipath         github.com/chromedp/cdproto
%global commit          3579568136296dcb43d7f4fde93600cb35d308cd

%gometa

%global common_description %{expand:
Package cdproto contains the generated commands, types, and events for the
Chrome DevTools Protocol domains.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        %autorelease
Summary:        Generated commands, types, and events for the Chrome DevTools Protocol domains

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog