SHA256
1
0
forked from pool/xpra

Accepting request 967140 from home:sbradnick

- Updating .spec to accomodate TW (libexec) vs. Leap (lib) for %{_libexecdir}.

OBS-URL: https://build.opensuse.org/request/show/967140
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=91
This commit is contained in:
Scott Bradnick 2022-04-05 19:16:41 +00:00 committed by Git OBS Bridge
parent 72e3cb43be
commit 400ccb5585
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 5 18:58:47 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Updating .spec to accomodate TW (libexec) vs. Leap (lib) for %{_libexecdir}.
-------------------------------------------------------------------
Mon Apr 04 15:23:42 UTC 2022 - scott.bradnick@suse.com

View File

@ -32,6 +32,7 @@ Version: 4.4+git20220404.1e56be683
Release: 0
Summary: Remote display server for applications and desktops
License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT
Group: System/X11/Utilities
URL: https://www.xpra.org/
Source0: %{name}-%{version}.tar.gz
Source1: xpra-icon.png
@ -180,6 +181,11 @@ rm -rf %{buildroot}%{_datadir}/xpra/cuda
mkdir -pv %{buildroot}%{_sbindir}
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%if ( 0%{?sle_version} == 150300 || 0%{?sle_version} == 150400 ) && 0%{?is_opensuse}
mkdir -vp %{buildroot}%{_libexecdir}/%{name}
mv -v %{buildroot}%{_prefix}/libexec/%{name}/* %{buildroot}%{_libexecdir}/%{name}
%endif
%fdupes -s %{buildroot}
%pre