## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/ipfs/go-ipfs-files %global goipath github.com/ipfs/go-ipfs-files Version: 0.1.1 %gometa %global common_description %{expand: File interfaces and utils used in IPFS.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: File interfaces and utils used in IPFS License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/crackcomm/go-gitignore) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Feb 12 2022 Robert-André Mauchin 0.1.1-1 - Initial import