# Generated by go2rpm 1 %bcond_without check # https://github.com/agext/levenshtein %global goipath github.com/agext/levenshtein Version: 1.2.3 %gometa %global common_description %{expand: Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.} %global golicenses LICENSE NOTICE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Levenshtein distance and similarity metrics # 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 * Thu Jul 23 10:16:29 CEST 2020 Robert-André Mauchin - 1.2.3-1 - Initial package