Blob Blame History Raw
# Generated by go2rpm 1.8.2
%bcond_without check
%global debug_package %{nil}

# https://github.com/gophercloud/utils
%global goipath         github.com/gophercloud/utils
%global commit          e8fba78967cab03c8dab7f8bed2c5ee85cca0b96

%gometa

%global common_description %{expand:
Convenience functions for Gophercloud.}

%global golicenses      LICENSE

Name:           %{goname}
Version:        0
Release:        %autorelease -p
Summary:        Convenience functions for Gophercloud

License:        Apache-2.0
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
%autochangelog