[X2Go-Commits] [x2goclient] 01/01: x2goclient.spec: fix for last commit

git-admin at x2go.org git-admin at x2go.org
Tue Oct 14 17:24:58 CEST 2014


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 4fd41f4c6a79f7e3da96588bacfadbb0ee693cc9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Oct 14 17:24:54 2014 +0200

    x2goclient.spec: fix for last commit
---
 x2goclient.spec |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x2goclient.spec b/x2goclient.spec
index 623eb48..89fc1cc 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -130,10 +130,14 @@ sed -i -e 's/-o root -g root//' Makefile
 sed -i -e '/^MOZPLUGDIR=/s/lib/%{_lib}/' Makefile
 test -f ChangeLog && cp ChangeLog txt/changelog || test -f debian/changelog && cp debian/changelog txt/changelog || true
 test -f ChangeLog.gitlog && cp ChangeLog.gitlog txt/git-info || true
-%if 0%{?el5} || 0%{?suse_version}
+%if 0%{?el5}
 sed -i -e '/^QMAKE_BINARY=/s at qmake-qt4@%{_libdir}/qt4/bin/qmake@' Makefile
 sed -i -e '/^LRELEASE_BINARY=/s at lrelease-qt4@%{_libdir}/qt4/bin/lrelease@' Makefile
 %endif
+%if 0%{?suse_version}
+sed -i -e '/^QMAKE_BINARY=/s at qmake-qt4@%{_bindir}/qmake@' Makefile
+sed -i -e '/^LRELEASE_BINARY=/s at lrelease-qt4@%{_bindir}/lrelease@' Makefile
+%endif
 %if 0%{?fedora} >= 19 || 0%{?rhel} >= 6
 # Use system qtbrowserplugin
 sed -i -e '/CFGPLUGIN/aTEMPLATE=lib' x2goclient.pro

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list