mirror of
https://abf.rosa.ru/djam/jitsi-meet-electron.git
synced 2025-02-23 14:22:57 +00:00
Update to 2.8.12
This commit is contained in:
parent
cb19393eba
commit
b633451712
2 changed files with 5 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
jitsi-meet-electron-2.8.11.tar.gz: f1fe7b8ab2bdde986d6bee0f54f75f2e98d6c9fa
|
||||
jitsi-meet-electron-2.8.12.tar.gz: 30fe89cad506af0d35fb2865900802c5b147b75d
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: %{oname}-electron
|
||||
Version: 2.8.11
|
||||
Version: 2.8.12
|
||||
Release: 1
|
||||
Summary: Jitsi Meet desktop application
|
||||
URL: https://github.com/jitsi/jitsi-meet-electron/
|
||||
|
@ -13,8 +13,8 @@ Source1000: %{name}.rpmlintrc
|
|||
License: ASL 2.0
|
||||
Group: Networking/Instant messaging
|
||||
ExclusiveArch: x86_64
|
||||
BuildRequires: nodejs14
|
||||
BuildRequires: pkgconfig(zlib) >= 1.2.11
|
||||
BuildRequires: npm
|
||||
BuildRequires: imagemagick
|
||||
BuildRequires: git-core
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
@ -29,6 +29,8 @@ Desktop application for Jitsi Meet built with Electron
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export PATH=$PATH:/opt/nodejs14/bin
|
||||
|
||||
npm install
|
||||
npm run dist
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue