# Generated by go2rpm 1.8.1 # # This specfile is licensed under: # SPDX-License-Identifier: MIT # License text: https://spdx.org/licenses/MIT.html # SPDX-FileCopyrightText: 2022 Maxwell G # SPDX-FileCopyrightText: Fedora Project Authors %bcond_without check %global debug_package %{nil} # https://github.com/agnivade/levenshtein %global goipath github.com/agnivade/levenshtein Version: 1.1.1 %gometa -f %global common_description %{expand: Go implementation to calculate Levenshtein Distance.} %global godocs README.md %global golicenses License.txt Name: %{goname} Release: %autorelease Summary: Go implementation to calculate Levenshtein Distance License: MIT URL: %{gourl} Source: %{gosource} # We do not want to run benchmarks. They are irrelevant for downstream usage # and pull in extra dependencies. # This is a downstream only patch. Patch: 0001-Remove-benchmarking-tests.patch %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog