This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b334614 openSUSE: Make Qt4 Linguist tools available for Makefile. new 4fd41f4 x2goclient.spec: fix for last commit The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goclient.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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@qmake-qt4@%{_libdir}/qt4/bin/qmake@' Makefile sed -i -e '/^LRELEASE_BINARY=/s@lrelease-qt4@%{_libdir}/qt4/bin/lrelease@' Makefile %endif +%if 0%{?suse_version} +sed -i -e '/^QMAKE_BINARY=/s@qmake-qt4@%{_bindir}/qmake@' Makefile +sed -i -e '/^LRELEASE_BINARY=/s@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