Commit dc749506 authored by Mike Gabriel's avatar Mike Gabriel

Assure that BuildRoot: is set.

parent d9a48367
...@@ -85,6 +85,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium ...@@ -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 depend on nx-libs base package with fixed version.
+ Don't fail if removing *.a files fails due to the files being non-present. + 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. + Set PREFIX=%{_prefix} USRLIBDIR=%{_libdir} SHLIBDIR=%{_libdir} at build time.
+ Assure that BuildRoot: is set.
* debian/roll-tarball.sh: * debian/roll-tarball.sh:
+ Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard, + Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
......
...@@ -83,6 +83,8 @@ Requires: libXext%{?_isa} ...@@ -83,6 +83,8 @@ Requires: libXext%{?_isa}
%if 0%{?el5} %if 0%{?el5}
# For compatibility with EPEL5 # For compatibility with EPEL5
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%else
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif %endif
%description %description
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment