# Generated by go2rpm 1.2 # https://github.com/rsteube/carapace %global goipath github.com/rsteube/carapace Version: 0.8.4 %gometa %global common_description %{expand: Shell completion script generation for spf13/cobra.} %global golicenses LICENSE.txt %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Shell completion script generation for spf13/cobra # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/alecthomas/chroma/quick) BuildRequires: golang(github.com/mitchellh/go-homedir) BuildRequires: golang(github.com/mitchellh/go-ps) BuildRequires: golang(github.com/sergi/go-diff/diffmatchpatch) BuildRequires: golang(github.com/spf13/cobra) BuildRequires: golang(github.com/spf13/pflag) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} #%check #%gocheck %endif %gopkgfiles %changelog * Tue Nov 30 2021 Bruno Meneguele - 0.8.4-1 - Rebase to upstream release 0.8.4 * Tue Jun 01 2021 Bruno Meneguele - 0.5.12-1 - Rebase to upstream release 0.5.12 - Add patch to fix the lack of 'execabs' module for Fedora older than 33 * Tue Mar 16 2021 Bruno Meneguele - 0.4.1-1 - Rebase to upstream release 0.4.1 * Thu Jan 14 2021 Bruno Meneguele - 0.1.6-1 - Rebase to upstream release 0.1.6 * Wed Oct 07 13:38:42 CEST 2020 Patrick Talbert - 0.0.16-1 - Initial package