# Generated by go2rpm %bcond_without check # https://github.com/gophercloud/gophercloud %global goipath github.com/gophercloud/gophercloud %global commit e0311c0920d47879e99ac9826142bc097eacd5b7 %gometa %global common_description %{expand: Package Gophercloud provides a multi-vendor interface to OpenStack-compatible clouds. The library has a three-level hierarchy: providers, services, and resources.} %global golicenses LICENSE %global godocs docs CHANGELOG.md README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: OpenStack SDK for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/ssh) BuildRequires: golang(gopkg.in/yaml.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d acceptance/openstack/baremetal/noauth \ -d acceptance/openstack/imageservice/v2 \ -t acceptance/openstack/sharedfilesystems/v2 \ -d acceptance/openstack/workflow/v2 %endif %gopkgfiles %changelog * Thu May 02 20:01:24 CEST 2019 Robert-André Mauchin - 0-0.1.20190502gite0311c0 - Initial package