# Generated by go2rpm 1.3 %bcond_without check # https://github.com/msprev/fzf-bibtex %global goipath github.com/msprev/fzf-bibtex %global commit 64316c26eb01e7620a3fe91676f8417206cf7e74 %gometa %global common_description %{expand: A BibTeX source for fzf. fzf-bibtex uses BibTool to parse BibTeX files, caches the results, and supports vim integration for users of the fzf.vim or fzf-lua plugins. 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 snapshot. Version: 1.1 Release: 18%{?dist} Summary: A BibTeX source for fzf License: BSD-3-Clause 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 * Fri Aug 15 2025 Maxwell G - 1.1-18 - Rebuild for golang-1.25.0 * Thu Jul 24 2025 Fedora Release Engineering - 1.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jan 17 2025 Fedora Release Engineering - 1.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Oct 19 2024 Daniel Moerner - 1.1-15.20241019git64316c2 - Update to latest upstream snapshot. Includes fzf-lua support. * Mon Sep 02 2024 Miroslav Suchý - 1.1-14 - convert license to SPDX * Thu Jul 18 2024 Fedora Release Engineering - 1.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Feb 11 2024 Maxwell G - 1.1-12 - Rebuild for golang 1.22.0 * Wed Jan 24 2024 Fedora Release Engineering - 1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering - 1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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