mirror of
https://abf.rosa.ru/djam/element.git
synced 2025-02-23 15:42:56 +00:00
1.11.69
This commit is contained in:
parent
f439445594
commit
129eba3622
2 changed files with 6 additions and 3 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,5 +1,6 @@
|
|||
sources:
|
||||
element-desktop-1.11.61.tar.gz: 2a3593a44f322cc3adf2c9ad97531e272356a3c0
|
||||
element-desktop-1.11.69.tar.gz: 2fb37bd78f919595f5f9284168c38d2b1122d6e8
|
||||
element-v1.11.58.tar.gz: 8f3e976c189917564d6021085eb89e864055d735
|
||||
element-v1.11.59.tar.gz: cb6225f1fed5541e9559ec815950788608ae394f
|
||||
element-v1.11.61.tar.gz: 1aff72d26e90feb8671ba6d9595b419641ebc64f
|
||||
element-v1.11.69.tar.gz: 24e2772fd52d2540a5b9bf6bfa19cbb78da0e587
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Summary: Client for the decentralized and secure protocol Matrix
|
||||
Name: element
|
||||
Version: 1.11.61
|
||||
Version: 1.11.69
|
||||
Release: 1
|
||||
License: ASL 2.0
|
||||
Group: Networking/Instant messaging
|
||||
|
@ -20,7 +20,7 @@ Source0: https://github.com/vector-im/%{oname}/archive/v%{version}/%{oname}-%{ve
|
|||
Source1: https://github.com/vector-im/element-web/releases/download/v%{version}/%{name}-v%{version}.tar.gz
|
||||
ExclusiveArch: x86_64
|
||||
BuildRequires: yarn
|
||||
BuildRequires: nodejs-bootstrap-bin >= 18
|
||||
BuildRequires: nodejs-bootstrap-bin >= 16
|
||||
#BuildRequires: nodejs14
|
||||
BuildRequires: git-core
|
||||
BuildRequires: curl
|
||||
|
@ -59,6 +59,8 @@ Element is free. Element is secure.
|
|||
%prep
|
||||
%setup -qn %{oname}-%{version}
|
||||
|
||||
sed -i '/node/s/18.0.0/16.0.0/' package.json
|
||||
|
||||
%build
|
||||
export PATH=$PATH:/opt/nodejs/16.*/bin
|
||||
export PYTHONPATH=%{python38_sitelib}
|
||||
|
|
Loading…
Add table
Reference in a new issue