## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global debug_package %{nil} Name: livekit-cli Version: 2.16.3 Release: %autorelease Summary: Command line interface to LiveKit. License: MIT URL: https://github.com/livekit/livekit-cli Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: golang BuildRequires: systemd-rpm-macros %description This package includes command line utilities that interacts with LiveKit. It allows you to: bootstrap new applications from templates, create access tokens, access LiveKit APIs, create and delete rooms, etc., join a room as a participant, inspecting in-room events, start and manage Egresses, perform load testing, efficiently simulating real-world load %prep %setup -q %build make %install install -m 755 -d %{buildroot}%{_bindir} install -D -m 755 ./bin/lk-linux %{buildroot}%{_bindir}/lk ln -s %{_bindir}/lk %{buildroot}%{_bindir}/livekit-cli %files %license LICENSE %attr(755, -, -) %{_bindir}/lk %{_bindir}/livekit-cli %changelog ## START: Generated by rpmautospec * Thu May 28 2026 Grillo del Mal - 2.16.3-1 - Initial commit ## END: Generated by rpmautospec