This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from d9a4836 nx-libs.spec: Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} at build time. new dc74950 Assure that BuildRoot: is set. 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 + nx-libs.spec | 2 ++ 2 files changed, 3 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
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@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