# Generated by go2rpm # Needs network %bcond_with check # https://github.com/baiyubin/aliyun-sts-go-sdk %global goipath github.com/baiyubin/aliyun-sts-go-sdk Version: 1.0.0 %global tag 1.0.0 %gometa %global common_description %{expand: Alibaba Cloud STS SDK for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Alibaba Cloud STS SDK for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/satori/go.uuid) %if %{with check} # Tests 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:28:55 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package