[X2Go-Commits] [x2goclient] 01/01: x2goclient.spec: also use/handle %{_libqt5_bindir}, as used by *SuSE.

git-admin at x2go.org git-admin at x2go.org
Sun May 30 12:13:47 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit dd3da2c4e1634e3da1f0ac716ae04aea9e45cfdd
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun May 30 12:12:26 2021 +0200

    x2goclient.spec: also use/handle %{_libqt5_bindir}, as used by *SuSE.
---
 debian/changelog | 1 +
 x2goclient.spec  | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3abead4..a58aa72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,6 +66,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
     - x2goclient.spec: correctly quote PATH overrides.
     - x2goclient.spec: fix syntax error in Qt 5 PATH override.
     - x2goclient.spec: add BuildRequires on Qt5X11Extras.
+    - x2goclient.spec: also use/handle %{_libqt5_bindir}, as used by *SuSE.
   * debian/control:
     + Move to debian/control.in.
   * debian/control.in:
diff --git a/x2goclient.spec b/x2goclient.spec
index 76331c9..11a74ae 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -168,6 +168,9 @@ export 'PATH=%{_qt4_bindir}:'"${PATH}"
 %if 0%{?_qt5_bindir:1}
 export 'PATH=%{_qt5_bindir}:'"${PATH}"
 %endif
+%if 0%{?_libqt5_bindir:1}
+export 'PATH=%{_libqt5_bindir}:'"${PATH}"
+%endif
 %{make_call}
 %endif
 %endif

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list