[X2Go-Commits] [x2goclient] 01/02: x2goclient.spec: use %{_qt5_bindir} macro analogous to the Qt 4 variant.
git-admin at x2go.org
git-admin at x2go.org
Wed May 19 03:00:16 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 aa6c094e674bd8fe9776b58d78816615053642a9
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed May 19 02:56:29 2021 +0200
x2goclient.spec: use %{_qt5_bindir} macro analogous to the Qt 4 variant.
---
debian/changelog | 1 +
x2goclient.spec | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6547b7d..bd1de4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,6 +60,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
overriding via the environment.
- Makefile: invoke make as $(MAKE) to keep original invocation.
- x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section.
+ - x2goclient.spec: use %{_qt5_bindir} macro analogous to the Qt 4 variant.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
diff --git a/x2goclient.spec b/x2goclient.spec
index 950efc3..c15eb76 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -164,6 +164,9 @@ export PATH=%{_qt4_bindir}:$PATH
%endif
%else
%if %{qt_version} == 5
+%if 0%{?_qt5_bindir:1}
+export PATH=%{_qt5_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