lk-jwt-service/lk-jwt-service.spec

46 lines
1.2 KiB
RPMSpec

Name: lk-jwt-service
Group: System/Servers
Version: 0.4.1
Release: alt1
Summary: Minimal service to issue LiveKit JWTs for MatrixRTC
License: AGPL-3.0-only
URL: https://github.com/element-hq/lk-jwt-service
VCS: https://github.com/element-hq/lk-jwt-service
Source: %name-%version.tar
Source1: %name-development-%version.tar
BuildRequires: golang >= 1.23
Requires: ca-certificates
%description
MatrixRTC Authorization Service: issues LiveKit JWTs for MatrixRTC clients.
%prep
%setup -a1
%build
# export GOTOOLCHAIN=local
# export GOPATH=%{_builddir}/%{name}-%{version}/_gopath
# export GOCACHE=%{_builddir}/%{name}-%{version}/_gocache
go build -trimpath -buildmode=pie -mod=vendor -o %{name} .
%check
# export GOTOOLCHAIN=local
# export GOPATH=%{_builddir}/%{name}-%{version}/_gopath
# export GOCACHE=%{_builddir}/%{name}-%{version}/_gocache
go test -mod=vendor ./...
%install
install -Dpm0755 %{name} %{buildroot}%{_bindir}/%{name}
%files
%doc README.md LICENSE LICENSE-COMMERCIAL
%{_bindir}/%{name}
%changelog
* Mon Feb 23 2026 Your Name <romenskiy2012@altlinux.ru> 0.4.1-alt1
- Initial package