This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit f7975d9c1f49b12197537738ecf7bdfe711ad455 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 1 08:54:36 2015 +0100 Always set BuildRoot: parameter. --- debian/changelog | 1 + x2goplasmabindings.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 08bd4e3..03fcc1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low + Set KDE4_PLASMA_LIBS instead of CMAKE_INSTALL_LIBDIR. + Set PLUGIN_INSTALL_DIR explicitly when evoking make install (should fix FTBFS on EPEL-7 based systems). + + Always set BuildRoot: parameter. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index ad1b313..1c42087 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -27,6 +27,8 @@ Requires: plasma-addons-x2go %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git