|
|
@ -7,7 +7,7 @@ License: GPLv2+
|
|
|
|
URL: https://github.com/kasmtech/KasmVNC
|
|
|
|
URL: https://github.com/kasmtech/KasmVNC
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rsync
|
|
|
|
BuildRequires: rsync
|
|
|
|
Requires: xorg-x11-xauth, xkeyboard-config, xorg-x11-server-utils, openssl, perl, perl-Switch, perl-YAML-Tiny, perl-Hash-Merge-Simple, perl-Scalar-List-Utils, perl-List-MoreUtils, perl-Try-Tiny, hostname, mesa-libgbm, libxshmfence
|
|
|
|
Requires: xorg-x11-xauth, xkeyboard-config, xorg-x11-server-utils, xkbcomp, openssl, perl, perl-Switch, perl-YAML-Tiny, perl-Hash-Merge-Simple, perl-Scalar-List-Utils, perl-List-MoreUtils, perl-Try-Tiny, hostname, mesa-libgbm, libxshmfence
|
|
|
|
Conflicts: tigervnc-server, tigervnc-server-minimal
|
|
|
|
Conflicts: tigervnc-server, tigervnc-server-minimal
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -51,7 +51,7 @@ cp $SRC_BIN/kasmxproxy $DESTDIR/usr/bin;
|
|
|
|
cp -r $SRC/lib/kasmvnc/ $DESTDIR/usr/lib/kasmvncserver
|
|
|
|
cp -r $SRC/lib/kasmvnc/ $DESTDIR/usr/lib/kasmvncserver
|
|
|
|
cd $DESTDIR/usr/bin && ln -s kasmvncpasswd vncpasswd;
|
|
|
|
cd $DESTDIR/usr/bin && ln -s kasmvncpasswd vncpasswd;
|
|
|
|
cp -r $SRC/share/doc/kasmvnc*/* $DESTDIR/usr/share/doc/kasmvncserver/
|
|
|
|
cp -r $SRC/share/doc/kasmvnc*/* $DESTDIR/usr/share/doc/kasmvncserver/
|
|
|
|
rsync -r --exclude '.git*' --exclude po2js --exclude xgettext-html \
|
|
|
|
rsync -r --links --safe-links --exclude '.git*' --exclude po2js --exclude xgettext-html \
|
|
|
|
--exclude www/utils/ --exclude .eslintrc --exclude configure \
|
|
|
|
--exclude www/utils/ --exclude .eslintrc --exclude configure \
|
|
|
|
$SRC/share/kasmvnc $DESTDIR/usr/share
|
|
|
|
$SRC/share/kasmvnc $DESTDIR/usr/share
|
|
|
|
|
|
|
|
|
|
|
|