This commit is contained in:
Sergey Zhemoytel 2024-03-10 20:46:58 +00:00
parent 74f18c3750
commit 30e915e952

View file

@ -14,7 +14,7 @@ Patch0: %{oname}_package.patch
License: ASL 2.0
Group: Networking/Instant messaging
ExclusiveArch: x86_64
BuildRequires: nodejs14
BuildRequires: nodejs-bootstrap-bin >= 16
BuildRequires: yarn
BuildRequires: pkgconfig(zlib) >= 1.2.11
BuildRequires: imagemagick
@ -33,7 +33,13 @@ Desktop application for Jitsi Meet built with Electron
%patch -p1
%build
export PATH=$PATH:/opt/nodejs14/bin
export PATH=/opt/nodejs16/bin/:$PATH
export PYTHONPATH=%{python38_sitelib}
export PYTHON3=/usr/libexec/python3.8
export PYTHON=/usr/libexec/python3.8
yarn config set --home enableTelemetry 0
yarn
yarn run build