# Generated by go2rpm # https://github.com/ovh/go-ovh/issues/45 %ifnarch s390x %bcond_without check %endif # https://github.com/ovh/go-ovh %global goipath github.com/ovh/go-ovh %global commit ba5adb4cf0148a3dbdbd30586f075266256a77b1 %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} Version: 0 Release: 0.4%{?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 May 02 23:42:36 CEST 2019 Robert-André Mauchin - 0-0.4.20181203gitba5adb4 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.3.gitba5adb4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 07 2018 Carl George - 0-0.2.20181203gitba5adb4 - Skip tests on s390x * Mon Dec 03 2018 Carl George - 0-0.1.20181203gitba5adb4 - Initial package