Name: jaq Version: 3.1.1 Release: 1%{dist} Summary: A jq clone focussed on correctness, speed, and simplicity License: MIT URL: https://github.com/01mf02/jaq Source0: jaq-%{version}.tar.zst BuildRequires: cargo >= 1.95 BuildRequires: rust >= 1.95 BuildRequires: make %description jaq (pronounced /ʒa:k/, like Jacques1) is a clone of the JSON data processing tool jq. It has a few features not present in jq, such as support for the data formats YAML, CBOR, TOML, and XML. jaq has an own manual. %prep %autosetup -p1 -n jaq-%{version} cargo install jotdown@0.8.1 --locked %build cargo build --release -p jaq cd docs PATH="$HOME/.cargo/bin:$PATH" make jaq.1 %install install -Dm755 target/release/jaq %{buildroot}%{_bindir}/jaq mkdir -p %{buildroot}%{_mandir}/man1 install -Dm644 docs/jaq.1 %{buildroot}%{_mandir}/man1/ %files %license LICENSE-MIT %doc %{_mandir}/man1/jaq.1* %{_bindir}/jaq %{_mandir}/man1/jaq.1* %changelog * Wed Aug 05 2026 Shane Caffoe - 3.1.1-1 - Upgrade to latest version * Tue Jun 23 2026 Shane Caffoe - 3.1.0-1 - Initial Fedora Package