Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/storageos/go-api
%global goipath         github.com/storageos/go-api
Version:                1.0.0
%global tag             1.0.0-rc1
%global distprefix      %{nil}

%gometa

%global common_description %{expand:
Golang API for StorageOS.}

%global golicenses      LICENCE
%global godocs          README.md

Name:           %{goname}
Release:        2.rc1%{?dist}
Summary:        Golang API for StorageOS

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

BuildRequires:  golang(github.com/Sirupsen/logrus)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
# https://github.com/storageos/go-api/issues/64
%gocheck -d .
%endif

%gopkgfiles

%changelog
* Tue Feb 04 21:02:57 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-2.rc1
- Disable failing tests until fix from upstream

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sun May 19 13:47:49 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1.rc1
- Initial package