Name: vale-ls Version: 0.4.0 Release: 1%{?dist} Summary: Language server for Vale License: MIT URL: https://github.com/errata-ai/vale-ls Source0: https://github.com/errata-ai/vale-ls/releases/download/v%{version}/vale-ls-x86_64-unknown-linux-gnu.zip ExclusiveArch: x86_64 Requires: unzip %description Language server implementation for the linting tool Vale. %prep # Nothing to patch/unpack at this stage %build # No build required, prebuilt binary %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} # Unzip the provided binary and install it to %{_bindir} unzip -j %{SOURCE0} vale-ls -d %{buildroot}%{_bindir} %files %{_bindir}/vale-ls %changelog * Mon Jan 15 2024 Mauro3 - 0.4.0-1 - initial packaging