# Generated by go2rpm 1 %bcond_without check # https://github.com/Mellanox/rdmamap %global goipath github.com/Mellanox/rdmamap Version: 1.0.0 %gometa %global common_description %{expand: RDMA library for mapping associate netdevice and character devices.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: RDMA library for mapping associate netdevice and character devices # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/vishvananda/netlink) BuildRequires: golang(github.com/vishvananda/netns) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Aug 05 2020 Xavier Bachelot - 1.0.0-1 - Initial package