# Generated by go2rpm # Needs network interface, not available in chroot %bcond_with check # https://github.com/safchain/ethtool %global goipath github.com/safchain/ethtool %global commit 42ed695e3de80b9d695f280295fd7994639f209d %gometa %global common_description %{expand: The Ethtool package aims to provide a library giving a simple access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve informations from a network device like statistics, driver related informations or even the peer of a VETH interface.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Simple ethtool "like" library for GO # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 05 02:26:45 CEST 2019 Robert-André Mauchin - 0-0.1.20190505git42ed695 - Initial package