forked from pool/tigervnc
- package both xvnc-novnc-libexec.service and xvnc-novnc-lib.service
source files OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=204
This commit is contained in:
parent
9e5f310b0f
commit
638efe18ec
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 3 08:54:23 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- package both xvnc-novnc-libexec.service and xvnc-novnc-lib.service
|
||||
source files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 27 13:41:26 UTC 2021 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -128,19 +128,14 @@ Source11: index.vnc
|
||||
Source12: x11vnc
|
||||
Source13: xvnc@.service
|
||||
Source14: xvnc.socket
|
||||
# Tumbleweed uses /usr/libexec/
|
||||
# Leap uses /usr/lib/
|
||||
# %if 0%{?suse_version} > 1500
|
||||
%if 0%{?suse_version} >= 1550
|
||||
Source15: xvnc-novnc-libexec.service
|
||||
%else
|
||||
Source15: xvnc-novnc-lib.service
|
||||
%endif
|
||||
Source16: xvnc-novnc.socket
|
||||
Source17: tigervnc.firewalld
|
||||
Source18: tigervnc-https.firewalld
|
||||
Source19: xvnc.target
|
||||
|
||||
# Tumbleweed uses /usr/libexec/
|
||||
Source21: xvnc-novnc-libexec.service
|
||||
# Leap uses /usr/lib/
|
||||
Source22: xvnc-novnc-lib.service
|
||||
Patch1: tigervnc-newfbsize.patch
|
||||
Patch2: tigervnc-clean-pressed-key-on-exit.patch
|
||||
Patch3: u_tigervnc-ignore-epipe-on-write.patch
|
||||
@ -372,9 +367,13 @@ install -D -m 755 %{SOURCE12} %{buildroot}%{_bindir}/x11vnc
|
||||
|
||||
install -D %{SOURCE13} -m 0444 %{buildroot}%{_unitdir}/xvnc@.service
|
||||
install -D %{SOURCE14} -m 0444 %{buildroot}%{_unitdir}/xvnc.socket
|
||||
install -D %{SOURCE15} -m 0444 %{buildroot}%{_unitdir}/xvnc-novnc.service
|
||||
install -D %{SOURCE16} -m 0444 %{buildroot}%{_unitdir}/xvnc-novnc.socket
|
||||
install -D %{SOURCE19} -m 0444 %{buildroot}%{_unitdir}/xvnc.target
|
||||
%if 0%{?suse_version} >= 1550
|
||||
install -D %{SOURCE21} -m 0444 %{buildroot}%{_unitdir}/xvnc-novnc.service
|
||||
%else
|
||||
install -D %{SOURCE22} -m 0444 %{buildroot}%{_unitdir}/xvnc-novnc.service
|
||||
%endif
|
||||
|
||||
rm -rf %{buildroot}%{_datadir}/doc/tigervnc-*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user