diff --git a/element-web.spec b/element-web.spec index b008683..48c8d86 100644 --- a/element-web.spec +++ b/element-web.spec @@ -31,6 +31,8 @@ Patch0: fix-webpack-oom.patch BuildRequires: fdupes BuildRequires: nodejs-packaging BuildRequires: yarn +BuildRequires: rust +BuildRequires: cargo BuildArch: noarch %description @@ -51,7 +53,9 @@ ls -l ./npm-packages-offline-cache | head #sed -i -e 's| matrix-analytics-events "github:matrix-org/matrix-analytics-events.git#[^"]*"| matrix-analytics-events "^0.0.1"|' yarn.lock #sed -i -e 's|"matrix-analytics-events@github:matrix-org/matrix-analytics-events#[^"]*"|matrix-analytics-events@^0.0.1|' yarn.lock -SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --offline --pure-lockfile +export SENTRYCLI_SKIP_DOWNLOAD=1 + +yarn install --offline --pure-lockfile mkdir -p webapp cp %{SOURCE2} ./webapp/jitsi_external_api.min.js