This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goplasmabindings. from f7975d9 Always set BuildRoot: parameter. new add8798 For SUSE 11.x: set SKIP_BUILD_RPATH to TRUE. 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: debian/changelog | 1 + x2goplasmabindings.spec | 3 +++ 2 files changed, 4 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit add8798664083891df786d9889aebf0e9e33b7e7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 13:09:22 2015 +0100 For SUSE 11.x: set SKIP_BUILD_RPATH to TRUE. --- debian/changelog | 1 + x2goplasmabindings.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 03fcc1f..3fc76aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low + Set PLUGIN_INSTALL_DIR explicitly when evoking make install (should fix FTBFS on EPEL-7 based systems). + Always set BuildRoot: parameter. + + For SUSE 11.x: set SKIP_BUILD_RPATH to TRUE. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 1c42087..8e2b9c0 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -70,6 +70,9 @@ X2Go session. mkdir build cd build cmake .. \ +%if 0%{?suse_version} && 0%{?suse_version} <= 1130 + -DSKIP_BUILD_RPATH="TRUE" \ +%endif -DCMAKE_INSTALL_PREFIX="%_prefix" \ -DKDE4_PLASMA_LIBS="%_libdir/kde4" \ -DPLUGIN_INSTALL_DIR="%_libdir/kde4" \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git