# Generated by go2rpm 1.10.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/tj/go-kinesis
%global goipath         github.com/tj/go-kinesis
%global commit          08b17f58cb1b2ace14a61c0619a6bf2e2245ccd6

%gometa -L -f

%global common_description %{expand:
Batch producer for AWS Kinesis built on the official Go SDK.}

%global golicenses      LICENSE
%global godocs          _example Readme.md

Name:           golang-github-tj-kinesis
Version:        0
Release:        %autorelease -p
Summary:        Batch producer for AWS Kinesis built on the official Go SDK

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

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog
