mirror of
https://abf.rosa.ru/djam/jitsi-meet-electron.git
synced 2025-02-24 06:42:58 +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
|
Name: %{oname}-electron
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Jitsi Meet desktop application
|
Summary: Jitsi Meet desktop application
|
||||||
URL: https://github.com/jitsi/jitsi-meet-electron/
|
URL: https://github.com/jitsi/jitsi-meet-electron/
|
||||||
Source0: https://github.com/jitsi/jitsi-meet-electron/archive/v%{version}/%{name}-%{version}.tar.gz
|
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
|
Group: Networking/Instant messaging
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.11
|
BuildRequires: pkgconfig(zlib) >= 1.2.11
|
||||||
BuildRequires: npm
|
BuildRequires: npm
|
||||||
|
BuildRequires: git
|
||||||
Prefix: %{_opt}
|
Prefix: %{_opt}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -50,9 +51,8 @@ EOF
|
||||||
|
|
||||||
# script start program
|
# script start program
|
||||||
cat > %{buildroot}%{_bindir}/%{oname} << EOF
|
cat > %{buildroot}%{_bindir}/%{oname} << EOF
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd %{_opt}/%{name}
|
cd %{_opt}/%{oname}
|
||||||
|
|
||||||
./%{oname}
|
./%{oname}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue