[X2Go-Commits] [x2goclient] 01/01: x2goclient.spec: fix condition with maybe-undefined macro.
git-admin at x2go.org
git-admin at x2go.org
Sun May 16 00:26:25 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 242e07335f2cb93d3b49452fe0fbd1dd3164653e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun May 16 00:26:01 2021 +0200
x2goclient.spec: fix condition with maybe-undefined macro.
---
debian/changelog | 1 +
x2goclient.spec | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 12b21b0..019fbb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
defined.
- Makefile: allow passing down variables that are safe to pass via the
environment.
+ - x2goclient.spec: fix condition with maybe-undefined macro.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
diff --git a/x2goclient.spec b/x2goclient.spec
index 20fc476..87fc01c 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -148,7 +148,7 @@ test -f ChangeLog.gitlog && cp ChangeLog.gitlog res/txt/git-info || true
%build
%define make_call make %{?_smp_mflags} CXXFLAGS='%{optflags}' QMAKE_OPTS='QMAKE_STRIP=:' QT_VERSION='%{qt_version}'
%if %{qt_version} == 4
-%if 0%{_qt4_bindir}
+%if 0%{?_qt4_bindir}
export PATH=%{_qt4_bindir}:$PATH
%endif
%if 0%{?el5}
--
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