# Generated by go2rpm 1 %bcond_without check # https://github.com/jsimonetti/rtnetlink %global goipath github.com/jsimonetti/rtnetlink %global commit 69540ac9394312d2bbe409e8fabf8310b3e784ec %gometa %global common_description %{expand: Package Rtnetlink provides low-level access to the Linux rtnetlink API.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Low-level access to the Linux rtnetlink API License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mdlayher/netlink) BuildRequires: golang(github.com/mdlayher/netlink/nlenc) BuildRequires: golang(golang.org/x/sys/unix) %if %{with check} # Tests BuildRequires: golang(github.com/google/go-cmp/cmp) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jan 10 11:04:26 CET 2021 Robert-André Mauchin - 0-0.6.20210110git69540ac - Bump to commit 69540ac9394312d2bbe409e8fabf8310b3e784ec * Tue Jul 28 15:15:20 CEST 2020 Robert-André Mauchin - 0-0.5.20200728gitd699427 - Bump to commit d699427278d3e451dcba83b009ac5a5e84d1d621 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 17 21:59:49 CEST 2019 Robert-André Mauchin - 0-0.1.20190720git9527aa8 - Initial package