# Generated by go2rpm %bcond_without check # https://github.com/edsrzf/mmap-go %global goipath github.com/edsrzf/mmap-go Version: 1.0.0 %gometa %global common_description %{expand: Mmap-go is a portable mmap package for the Go programming language. It has been tested on Linux (386, amd64), OS X, and Windows (386). It should also work on other Unix-like platforms, but hasn't been tested with them. I'm interested to hear about the results.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Portable mmap package for Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 12 16:09:36 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Initial package