Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/ovh/go-ovh
%global goipath         github.com/ovh/go-ovh
Version:                1.1.0

%gometa

%global common_description %{expand:
Lightweight Go wrapper around OVH's APIs. Handles all the hard work including
credential creation and requests signing.}

%global golicenses      LICENSE
%global godocs          CONTRIBUTING.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Simple Go wrapper for the OVH API

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(gopkg.in/ini.v1)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jul 30 20:07:48 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1
- Update to 1.1.0

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Thu May 02 23:42:36 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20181203gitba5adb4
- Update to new macros

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitba5adb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Dec 07 2018 Carl George <carl@george.computer> - 0-0.2.20181203gitba5adb4
- Skip tests on s390x

* Mon Dec 03 2018 Carl George <carl@george.computer> - 0-0.1.20181203gitba5adb4
- Initial package