# https://github.com/maraino/go-mock
%global goipath         github.com/maraino/go-mock
%global commit          b114e0ed907508108e957248658a9cff5f832728

%gometa

%global common_description %{expand:
A mocking framework for Go.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        A mocking framework for Go

# Upstream license specification: MIT
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/kr/pretty)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%gopkgfiles

%changelog