[X2Go-Commits] [x2goclient] 01/01: x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section.
git-admin at x2go.org
git-admin at x2go.org
Sun May 16 15:51:40 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 164d666c570b90c772e3d4e8567614874314d706
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun May 16 15:51:29 2021 +0200
x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section.
---
debian/changelog | 1 +
x2goclient.spec | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 249dd55..6547b7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
- Makefile: make controllable variables default-if-not-set to allow
overriding via the environment.
- Makefile: invoke make as $(MAKE) to keep original invocation.
+ - x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
diff --git a/x2goclient.spec b/x2goclient.spec
index 6c88867..950efc3 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -46,6 +46,7 @@ BuildRequires: qt4-devel
%else
BuildRequires: qt-devel
%endif
+%endif
%else
%if %{qt_version} == 5
BuildRequires: pkgconfig(Qt5Core)
--
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