# Generated by go2rpm %bcond_without check # https://github.com/go-validator/validator %global goipath gopkg.in/validator.v2 %global forgeurl https://github.com/go-validator/validator Version: 2.0.0 %global commit 135c24b11c19e52befcae2ec3fca5d9b78c4e98e %gometa %global common_description %{expand: Package Validator implements value validations based on struct tags.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Struct field validations # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 06 15:46:02 CEST 2019 Robert-André Mauchin - 2.0.0-1.20190506git135c24b - Initial package