mirror of
https://abf.rosa.ru/djam/jitsi-meet-electron.git
synced 2025-02-23 14:22:57 +00:00
fix start script, add git in deps
This commit is contained in:
parent
d3ba0599d8
commit
d9ba78db41
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: %{oname}-electron
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Jitsi Meet desktop application
|
||||
URL: https://github.com/jitsi/jitsi-meet-electron/
|
||||
Source0: https://github.com/jitsi/jitsi-meet-electron/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
@ -14,6 +14,7 @@ License: ASL 2.0
|
|||
Group: Networking/Instant messaging
|
||||
BuildRequires: pkgconfig(zlib) >= 1.2.11
|
||||
BuildRequires: npm
|
||||
BuildRequires: git
|
||||
Prefix: %{_opt}
|
||||
|
||||
%description
|
||||
|
@ -50,9 +51,8 @@ EOF
|
|||
|
||||
# script start program
|
||||
cat > %{buildroot}%{_bindir}/%{oname} << EOF
|
||||
|
||||
#!/bin/bash
|
||||
cd %{_opt}/%{name}
|
||||
cd %{_opt}/%{oname}
|
||||
|
||||
./%{oname}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue