# Generated by go2rpm %bcond_without check # https://github.com/Azure/azure-storage-queue-go %global goipath github.com/Azure/azure-storage-queue-go Version: 0.3.0 %global tag 0.3.0 %gometa %global common_description %{expand: Microsoft Azure Queue Storage Library for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Microsoft Azure Queue Storage Library for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/Azure/azure-pipeline-go/pipeline) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Feb 14 2020 Xavier Bachelot - 0.3.0-1 - Initial package