Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

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

%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:        0.5%{?dist}
Summary:        Generated commands, types, and events for the Chrome DevTools Protocol domains

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

BuildRequires:  golang(github.com/chromedp/sysutil)
BuildRequires:  golang(github.com/mailru/easyjson)
BuildRequires:  golang(github.com/mailru/easyjson/jlexer)
BuildRequires:  golang(github.com/mailru/easyjson/jwriter)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Sat Jan 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0-0.5.20210114gitdabd2f2
- Bump to commit dabd2f2e76933dc1f17357c2e1f954c052b21c1c

* Fri Jan 08 23:08:57 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20210108git2cc87da
- Bump to commit 2cc87dae3ee38df0ab811aeb3450793309d27bfa

* Tue Dec 22 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0-0.4.20201222gitbe40c82
- Bump to commit be40c824ad1838beab662b83b202bbacf1e52af9

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Fri Jul 24 23:18:38 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com>- 0-0.2.20200724gitd1f6fc5
- Bump to commit d1f6fc58448b0ca91a99956f311b951fd1b3378d

* Mon Apr 06 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0-0.1.20200406git7e00b02
- Initial package