# Generated by go2rpm # Tests are FUBAR and I don't speak Chinese %bcond_with check # https://github.com/aliyun/aliyun-oss-go-sdk %global goipath github.com/aliyun/aliyun-oss-go-sdk Version: 1.9.6 %gometa %global common_description %{expand: Alibaba Cloud OSS SDK for Go.} %global godocs CHANGELOG.md README-CN.md README.md Name: %{goname} Release: 1%{?dist} Summary: Alibaba Cloud OSS SDK for Go License: # FIXME URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/time/rate) %if %{with check} # Tests BuildRequires: golang(github.com/baiyubin/aliyun-sts-go-sdk/sts) BuildRequires: golang(gopkg.in/check.v1) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 17:26:18 CEST 2019 Robert-André Mauchin - 1.9.6-1 - Initial package