From dc74950637df681ee9b91af9a671876b8d859c7c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 29 Jan 2015 13:04:46 +0100 Subject: 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 29a840fef..e13b85e82 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 8570f05f4..bc869ef36 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 -- cgit v1.2.3