111dcfd
Name:           bfs
b95b49b
Version:        3.0.1
7c70c88
Release:        %autorelease
111dcfd
Summary:        A breadth-first version of the UNIX find command
111dcfd
111dcfd
License:        0BSD
111dcfd
URL:            https://github.com/tavianator/bfs
111dcfd
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
111dcfd
111dcfd
BuildRequires:  make
111dcfd
BuildRequires:  gcc
111dcfd
BuildRequires:  pkgconfig(libacl)
111dcfd
BuildRequires:  pkgconfig(libattr)
111dcfd
BuildRequires:  pkgconfig(libcap)
111dcfd
BuildRequires:  pkgconfig(oniguruma)
111dcfd
# needed to run check
111dcfd
BuildRequires:  acl
111dcfd
111dcfd
%description
111dcfd
bfs is a breadth-first version of the UNIX find(1) command.
111dcfd
111dcfd
bfs supports almost every feature from every major find(1)
111dcfd
implementation, so your existing command lines should work as-is.
111dcfd
It also adds some features of its own, such as a more forgiving
111dcfd
command line parser and some additional options.
111dcfd
111dcfd
%prep
111dcfd
%autosetup
111dcfd
111dcfd
%build
111dcfd
%make_build
111dcfd
111dcfd
%install
111dcfd
%make_install
111dcfd
111dcfd
%check
111dcfd
%make_build check
111dcfd
111dcfd
%files
111dcfd
%license LICENSE
111dcfd
%doc README.md docs/{CHANGELOG,USAGE}.md
111dcfd
%{_bindir}/%{name}
111dcfd
%{_mandir}/man1/%{name}.1*
111dcfd
%dir %{_datadir}/bash-completion
111dcfd
%dir %{_datadir}/bash-completion/completions
111dcfd
%{_datadir}/bash-completion/completions/%{name}
111dcfd
%dir %{_datadir}/zsh
111dcfd
%dir %{_datadir}/zsh/site-functions
111dcfd
%{_datadir}/zsh/site-functions/_%{name}
111dcfd
%dir %{_datadir}/fish
111dcfd
%dir %{_datadir}/fish/vendor_completions.d
111dcfd
%{_datadir}/fish/vendor_completions.d/%{name}.fish
111dcfd
111dcfd
%changelog
7c70c88
%autochangelog