Accepting request 1008248 from home:dziobian:gulgul-ultron:19
- Fix FTBFS on ix86 and arm. OBS-URL: https://build.opensuse.org/request/show/1008248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=20
This commit is contained in:
parent
700e58f9ce
commit
c1c765d0bd
@ -1,3 +1,7 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 5 15:28:09 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
- Fix FTBFS on ix86 and arm.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 16:51:37 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
Fri Sep 30 16:51:37 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
- Remove ExcludeArch, we build Electron for 32-bit too now.
|
- Remove ExcludeArch, we build Electron for 32-bit too now.
|
||||||
|
@ -72,17 +72,13 @@ yarn install --offline --pure-lockfile
|
|||||||
export PATH="$PATH:node_modules/.bin"
|
export PATH="$PATH:node_modules/.bin"
|
||||||
#export ELECTRON_BUILDER_CACHE="$(pwd)/electron-builder-offline-cache/"
|
#export ELECTRON_BUILDER_CACHE="$(pwd)/electron-builder-offline-cache/"
|
||||||
#yarn run build:native
|
#yarn run build:native
|
||||||
yarn run build
|
yarn run build:universal
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}{%{_datadir}/element/,%{_sysconfdir}/webapps/element}
|
install -d %{buildroot}{%{_datadir}/element/,%{_sysconfdir}/webapps/element}
|
||||||
|
|
||||||
# Install the app content, replace the webapp with a symlink to the system package
|
# Install the app content, replace the webapp with a symlink to the system package
|
||||||
if [ "$(arch)" == "aarch64" ] ; then
|
cp -pr dist/linux-universal-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
|
||||||
cp -r dist/linux-arm64-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
|
|
||||||
else
|
|
||||||
cp -r dist/linux-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
|
|
||||||
fi
|
|
||||||
ln -s %{_datadir}/webapps/element "%{buildroot}%{_datadir}/element/webapp"
|
ln -s %{_datadir}/webapps/element "%{buildroot}%{_datadir}/element/webapp"
|
||||||
|
|
||||||
# Config file
|
# Config file
|
||||||
|
Loading…
Reference in New Issue
Block a user