# Generated by go2rpm 1.2 %bcond_without check # https://github.com/moby/sys %global goipath github.com/moby/sys %global commit 1bc8673b57550ddf85262eb0fed0aac651a37dab %gometa %global common_description %{expand: Collection of Go packages used by Moby for system operations. This provides: - github.com/moby/sys/mount - github.com/moby/sys/mountinfo - github.com/moby/sys/symlink} %global golicenses LICENSE symlink/LICENSE.BSD symlink/LICENSE.APACHE %global godocs symlink/README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Collection of Go packages used by Moby for system operations # Upstream license specification: BSD-3-Clause and Apache-2.0 License: BSD and 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 %endif %gopkgfiles %changelog * Fri Oct 30 17:17:33 CET 2020 Olivier Lemasle - 0-0.1.20201030git1bc8673 - Initial package