# Generated by go2rpm 1 # The test want to create a tun interface %bcond_with check # https://github.com/songgao/water %global goipath github.com/songgao/water %global commit 2b4b6d7c09d80835e5f13f6b040d69f00a158b24 %gometa %global common_description %{expand: A simple TUN/TAP library written in native Go.} %global golicenses LICENSE %global godocs CONTRIBUTORS README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: TUN/TAP library License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 21 2020 Fabian Affolter - 0-0.1.20200421git2b4b6d7 - Initial package