# Generated by go2rpm %bcond_without check # https://github.com/yunify/qingstor-sdk-go %global goipath github.com/yunify/qingstor-sdk-go Version: 2.3.0 %gometa %global common_description %{expand: The official QingStor SDK for the Go programming language.} %global golicenses LICENSE %global godocs docs AUTHORS CHANGELOG.md README.Fedora_29_Mass_Rebuild Name: %{goname} Release: 1%{?dist} Summary: Official QingStor SDK for the Go programming language # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/pengsrc/go-shared/convert) BuildRequires: golang(github.com/pengsrc/go-shared/log) BuildRequires: golang(gopkg.in/yaml.v2) %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 24 12:47:43 CEST 2019 Robert-André Mauchin - 2.3.0-1 - Release 2.3.0 * Fri Feb 01 2019 Fedora Release Engineering - 2.2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Oct 07 2018 Robert-André Mauchin - 2.2.15-1 - Update to release 2.2.15 * Fri Jul 13 2018 Fedora Release Engineering - 2.2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Robert-André Mauchin - 2.2.14-1 - Bump to 2.2.14 * Sun Apr 22 2018 Robert-André Mauchin - 2.2.12-1 - First package for Fedora