# Generated by go2rpm # use of internal package not allowed because not common root %bcond_with check # https://gitlab.com/cznic/file %global goipath modernc.org/file %global forgeurl https://gitlab.com/cznic/file Version: 1.0.0 %global commit 939bb01b4fd0a55ea6e08826217893077285b9c9 %global distprefix %{nil} %gometa %global common_description %{expand: Package file handles write-ahead logs and space management of os.File-like entities.} %global golicenses LICENSE %global godocs AUTHORS CONTRIBUTORS README.md Name: %{goname} Release: 1%{?dist} Summary: Write-ahead logs and space management of os.File-like entities # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(modernc.org/internal/buffer) BuildRequires: golang(modernc.org/internal/file) BuildRequires: golang(modernc.org/mathutil) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 16:11:21 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package