# Generated by go2rpm # https://github.com/asaskevich/govalidator/issues/336 %bcond_with check # https://github.com/asaskevich/govalidator %global goipath github.com/asaskevich/govalidator Version: 11.0.1 %gometa %global common_description %{expand: Package Govalidator is package of validators and sanitizers for strings, structs and collections.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: %mkrel 1 Summary: Validators and sanitizers for strings, numerics, slices and structs Group: Development/Other License: MIT URL: %{gourl} Source0: %{gosource} BuildArch: noarch %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles