# Generated by go2rpm %bcond_without check # https://github.com/Knetic/govaluate %global goipath github.com/Knetic/govaluate Version: 3.0.0 %global commit 9aa49832a739dcd78a5542ff189fb82c3e423116 %gometa %global common_description %{expand: Provides support for evaluating arbitrary C-like artithmetic/string expressions.} %global golicenses LICENSE %global godocs CONTRIBUTORS MANUAL.md README.md Name: %{goname} Release: 1%{?dist} Summary: Arbitrary expression evaluation for golang License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Apr 19 16:23:10 CEST 2019 Robert-André Mauchin - 3.0.0-1.20190419git9aa4983 - Initial package