# Generated by go2rpm 1.3 %bcond_without check # https://github.com/DataDog/golz4 %global goipath github.com/DataDog/golz4 Version: 1.1.1 %gometa %global common_description %{expand: Golang interface to LZ4 compression.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md sample.txt Name: %{goname} Release: 1%{?dist} Summary: Golang interface to LZ4 compression # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} # Convert python interop test to python3 Patch0: %{url}/pull/15.patch BuildRequires: lz4-devel %if %{with check} BuildRequires: python3-lz4 %endif %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Jun 18 2021 Davide Cavalca - 1.1.1-1 - Initial package