[X2Go-Commits] [nx-libs] 01/01: Assure that BuildRoot: is set.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 29 13:04:50 CET 2015


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

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

commit dc74950637df681ee9b91af9a671876b8d859c7c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jan 29 13:04:46 2015 +0100

    Assure that BuildRoot: is set.
---
 debian/changelog |    1 +
 nx-libs.spec     |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 29a840f..e13b85e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -85,6 +85,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
     + Don't depend on nx-libs base package with fixed version.
     + Don't fail if removing *.a files fails due to the files being non-present.
     + Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} at build time.
+    + Assure that BuildRoot: is set.
 
   * debian/roll-tarball.sh:
     + Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
diff --git a/nx-libs.spec b/nx-libs.spec
index 8570f05..bc869ef 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -83,6 +83,8 @@ Requires:       libXext%{?_isa}
 %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/nx-libs.git


More information about the x2go-commits mailing list