# Generated by go2rpm 1 %bcond_without check # https://github.com/moby/sys %global goipath github.com/moby/sys Version: 0.1.3 %global tag mountinfo/v0.1.3 %global distprefix %{nil} %gometa %global common_description %{expand: Moby sys package for Go.} %global golicenses LICENSE Name: %{goname} Release: 1%{?dist} Summary: Moby sys package for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d mountinfo %endif %gopkgfiles %changelog * Thu Jul 30 17:45:36 CEST 2020 Robert-André Mauchin - 0.1.3-1 - Initial package