# Generated by go2rpm 1.3 %bcond_without check # https://github.com/aws/smithy-go %global goipath github.com/aws/smithy-go Version: 0.5.0 %gometa %global common_description %{expand: Smithy code generators for Go (in development).} %global golicenses LICENSE NOTICE %global godocs CODE_OF_CONDUCT.md README.md CONTRIBUTING.md Name: %{goname} Release: 1%{?dist} Summary: Smithy code generators for Go (in development) # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/google/go-cmp/cmp) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 14 14:51:53 CET 2021 Robert-André Mauchin - 0.5.0-1 - Initial package