Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/clusterhq/flocker-go
%global goipath         github.com/clusterhq/flocker-go
%global commit          2b8b7259d3139c96c4a6871031355808ab3fd3b3

%gometa

%global common_description %{expand:
The package Flocker will let you easily interact with a Flocker Control
Service.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Flocker Go library

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/assert)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Fri May 10 21:39:54 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190629git2b8b725
- Initial package