%global debug_package %{nil} Name: zls Version: 0.11.0 Release: 1%{?dist} Summary: A Zig language server with features like autocomplete and goto definition License: MIT URL: https://github.com/zigtools/zls Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz ExclusiveArch: %{zig_arches} BuildRequires: zig >= %{version} BuildRequires: zig-rpm-macros %description The Zig Language Server (ZLS) is a tool that implements Microsoft's Language Server Protocol for Zig in Zig. In simpler terms: it'll provide you with completions, go-to definition, etc. when you write Zig code! %prep %setup -q %build %zig_build %install %zig_install %check %zig_test %files %license LICENSE %doc README.md %{_bindir}/zls %changelog * Thu May 02 2024 Jan200101 - 0.11.0-1 - Update to 0.11 * Sat Mar 26 2022 Jan Drögehoff - 0.9.0-1 - Update to 0.9.0 * Tue Sep 14 2021 Jan Drögehoff - 0.1.0-1 - Bump release