fb93ab4
Name:           ugrep
ec71631
Version:        3.11.2
fb93ab4
Release:        %autorelease
fb93ab4
Summary:        Faster, user-friendly, and compatible grep replacement
f7ef588
License:        BSD-3-Clause
fb93ab4
URL:            https://github.com/Genivia/ugrep
fb93ab4
Source:         %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
fb93ab4
fb93ab4
BuildRequires:  make
fb93ab4
BuildRequires:  gcc-c++
fb93ab4
BuildRequires:  pcre2-devel
fb93ab4
BuildRequires:  zlib-devel
fb93ab4
BuildRequires:  bzip2-devel
fb93ab4
BuildRequires:  xz-devel
fb93ab4
BuildRequires:  lz4-devel
fb93ab4
BuildRequires:  libzstd-devel
fb93ab4
f7ef588
# https://github.com/Genivia/ugrep/issues/215
f7ef588
Provides:       bundled(libreflex) = 3.3.0
fb93ab4
fb93ab4
fb93ab4
%description
fb93ab4
Ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps
fb93ab4
and more: search file systems, source code, text, binary files, archives
fb93ab4
(cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4/zstd), documents
fb93ab4
etc.  A faster, user-friendly and compatible grep replacement.
fb93ab4
fb93ab4
fb93ab4
%prep
fb93ab4
%autosetup
fb93ab4
fb93ab4
fb93ab4
%build
2eec2fb
%ifarch %{arm}
2eec2fb
# https://github.com/Genivia/ugrep/issues/128
2eec2fb
%configure --disable-neon
2eec2fb
%else
fb93ab4
%configure
2eec2fb
%endif
fb93ab4
%make_build
fb93ab4
fb93ab4
fb93ab4
%install
fb93ab4
%make_install
fb93ab4
fb93ab4
fb93ab4
%check
fb93ab4
%make_build test
fb93ab4
fb93ab4
fb93ab4
%files
fb93ab4
%license LICENSE.txt
fb93ab4
%{_bindir}/ug
fb93ab4
%{_bindir}/ugrep
fb93ab4
%{_mandir}/man1/ug.1*
fb93ab4
%{_mandir}/man1/ugrep.1*
fb93ab4
%{_datadir}/ugrep
fb93ab4
fb93ab4
fb93ab4
%changelog
fb93ab4
%autochangelog