# Generated by go2rpm %bcond_without check # https://github.com/containerd/btrfs %global goipath github.com/containerd/btrfs %global commit af5082808c833de0e79c1e72eea9fea239364877 %gometa %global common_description %{expand: Package btrfs provides bindings for working with btrfs partitions from Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Btrfs bindings for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/pkg/errors) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 15:40:40 CEST 2019 Robert-André Mauchin - 0-0.1.20190501gitaf50828 - Initial package