# Generated by go2rpm 1.2 %bcond_without check # https://github.com/go-git/go-billy %global goipath github.com/go-git/go-billy %global goaltipaths github.com/go-git/go-billy/v5 Version: 5.3.1 %gometa %global common_description %{expand: The missing interface filesystem abstraction for Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: The missing interface filesystem abstraction for Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) BuildRequires: golang(gopkg.in/check.v1) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d memfs -d osfs %endif %gopkgfiles %changelog * Wed Dec 01 2021 Bruno Meneguele - 5.3.1-1 - Rebase to upstream release 5.3.1 * Tue Nov 03 2020 Bruno Meneguele - 5.0.0-2 - Add goaltipaths used by gometa to provide as a compatibility path * Wed Oct 07 14:21:14 CEST 2020 Patrick Talbert - 5.0.0-1 - Initial package