From d9ba78db41dbcea2310cceab5af9f39be758e1fd Mon Sep 17 00:00:00 2001 From: Sergey Zhemoitel Date: Sat, 11 Apr 2020 22:41:54 +0300 Subject: [PATCH] fix start script, add git in deps --- jitsi-meet-electron.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jitsi-meet-electron.spec b/jitsi-meet-electron.spec index 6b036d8..5acd507 100644 --- a/jitsi-meet-electron.spec +++ b/jitsi-meet-electron.spec @@ -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}