# Generated by go2rpm %bcond_without check # https://github.com/libgit2/git2go %global goipath github.com/libgit2/git2go %global commit ecaeb7a21d479b7966311760a2e8bd734f8f0eef %gometa %global godevelheader %{expand: Requires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28)} %global common_description %{expand: Go bindings for libgit2.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.27.2%{?dist} Summary: Bindings for libgit2 License: MIT URL: %{gourl} Source0: %{gosource} Patch0: 0001-Skip-tests-that-use-the-network.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1680200 ExcludeArch: i686 armv7hl BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Jun 02 20:23:48 CEST 2019 Robert-André Mauchin - 0-0.27.2.20190223gitecaeb7a - Update to new macros * Wed Feb 20 2019 Elliott Sales de Andrade - 0-0.27.1.20190223gitecaeb7a - First package for Fedora