[X2Go-Commits] [nx-libs] 03/04: nx-libs.spec: imake is part of xorg-x11-util-devel on older *SUSE versions and the splitted imake package on later versions.

git-admin at x2go.org git-admin at x2go.org
Sat Dec 16 04:17:43 CET 2017


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

x2go pushed a commit to branch master
in repository nx-libs.

commit 3411a8bc787c12539429ba141392703d23c471b1
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Dec 16 04:16:45 2017 +0100

    nx-libs.spec: imake is part of xorg-x11-util-devel on older *SUSE versions and the splitted imake package on later versions.
---
 nx-libs.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nx-libs.spec b/nx-libs.spec
index 544c0ab..4081e76 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -29,7 +29,11 @@ BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+%if 0%{?suse_version} && 0%{?suse_version} < 1210
+BuildRequires:  xorg-x11-util-devel
+%else
 BuildRequires:  imake
+%endif
 
 # ideally we build with quilt (for mesa-quilt patch appliance script),
 # it seems Fedora has it...
@@ -87,7 +91,6 @@ BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  xorg-x11-libXdmcp-devel
 BuildRequires:  xorg-x11-libXfixes-devel
 %endif
-BuildRequires:  xorg-x11-util-devel
 %endif
 
 %if 0%{?fedora} || 0%{?rhel}

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


More information about the x2go-commits mailing list