Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/koofr/go-koofrclient
%global goipath         github.com/koofr/go-koofrclient
%global commit          7f327592caff2f24d64635e29bf560db6a2e4db5

%gometa

%global common_description %{expand:
Go Koofr client.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        Go Koofr client

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

BuildRequires:  golang(github.com/koofr/go-httpclient)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Mon Jun 03 22:59:29 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190325git7f32759
- Update to new macros

* Fri Mar 08 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190325git7f32759
- First package for Fedora