# Generated by go2rpm %bcond_without check # https://github.com/yudai/golcs %global goipath github.com/yudai/golcs %global commit ecda9a501e8220fae3b4b600c3db4b0ba22cfc68 %gometa %global common_description %{expand: Package Lcs provides functions to calculate Longest Common Subsequence (LCS) values from two arbitrary arrays.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.2%{?dist} Summary: Go Longest Common Subsequence License: MIT URL: %{gourl} Source0: %{gosource} # https://github.com/yudai/golcs/issues/3 Patch0: golcs-test-32bit-alloc.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 14 19:08:41 CEST 2019 Robert-André Mauchin - 0-0.2.20190315gitecda9a5 - Update to new macros * Fri Mar 15 2019 Nathan Scott - 0-0.1.20190315gitecda9a5 - First package for Fedora