# Generated by go2rpm 1.3 %bcond_without check # https://github.com/msprev/fzf-bibtex %global goipath github.com/msprev/fzf-bibtex %global commit d5df2c6e93cc683573cb8c6d5bcc690ea50de9ae %gometa %global common_description %{expand: A BibTeX source for fzf. fzf-bibtex uses BibTool parse BibTeX files, caches the results, and supports vim integration for users of the fzf.vim plugin. It includes support for Markdown and LaTeX citation formats.} %global golicenses LICENSE.txt %global godocs readme.md Name: %{goname} # Upstream includes release notes for past releases, but does not post # tarballs or use git tags, so we ship the latest Git. Version: 1.1 Release: 8%{?dist} Summary: A BibTeX source for fzf # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} Requires: BibTool Requires: fzf %description %{common_description} %prep %goprep %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE.txt %doc readme.md %{_bindir}/* %changelog * Thu Jan 19 2023 Fedora Release Engineering - 1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Maxwell G - 1.1-6 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang * Sat Jun 18 2022 Robert-André Mauchin - 1.1-5 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Sat Feb 05 2022 Daniel Moerner - 1.1-4.20220201git50de9ae - Update to upstream git head. * Thu Jan 20 2022 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Mar 05 16:43:50 EST 2021 Daniel Moerner - 0-0.1.20210305git53c49fa - Initial package