Name: bfs Version: 3.0.2 Release: 1%{?dist} Summary: A breadth-first version of the UNIX find command License: 0BSD URL: https://github.com/tavianator/bfs Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(libacl) BuildRequires: pkgconfig(libattr) BuildRequires: pkgconfig(libcap) BuildRequires: pkgconfig(oniguruma) # needed to run check BuildRequires: acl %description bfs is a breadth-first version of the UNIX find(1) command. bfs supports almost every feature from every major find(1) implementation, so your existing command lines should work as-is. It also adds some features of its own, such as a more forgiving command line parser and some additional options. %prep %autosetup %build %make_build %install %make_install %check %make_build check %files %license LICENSE %doc README.md docs/{CHANGELOG,USAGE}.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{name} %dir %{_datadir}/zsh %dir %{_datadir}/zsh/site-functions %{_datadir}/zsh/site-functions/_%{name} %dir %{_datadir}/fish %dir %{_datadir}/fish/vendor_completions.d %{_datadir}/fish/vendor_completions.d/%{name}.fish %changelog * Thu Sep 14 2023 Gustavo Costa - 3.0.2-1 - Update to 3.0.2 * Wed Jul 19 2023 Gustavo Costa - 3.0.1-1 - Update to 3.0.1 * Fri Jul 14 2023 Gustavo Costa - 3.0-1 - Update to 3.0 * Wed Feb 01 2023 Gustavo Costa - 2.6.3-1 - Update to 2.6.3 * Fri Oct 21 2022 Gustavo Costa - 2.6.2-1 - Update to 2.6.2 * Tue Jul 05 2022 Gustavo Costa - 2.6.1-1 - Update to 2.6.1 - Add fish completion - Use acl package name in BuildRequires * Sat May 21 2022 Gustavo Costa - 2.6-1 - Update to 2.6 - Add zsh completion - Remove RELEASES from doc - Add CHANGELOG and USAGE to doc * Mon May 16 2022 Gustavo Costa - 2.5-1 - Initial package