redhat-rpm-config/macros.vpath
Neal Gompa 592dfe0cd1 Make vpath builddir not include arch-specific info
A number of cases have cropped up where things like documentation
builds fail with out of tree builds because tools like Doxygen like
encoding the build path into the documentation metadata.

This causes failures in Koji and other places where noarch documentation
subpackages from archful packages fail because they fail the comparison
check due to this.

Reference commit: e0cfcc0fc7

Resolves: rhbz#1984679

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
2021-12-02 08:56:57 -05:00

8 lines
241 B
Plaintext

# ---- VPATH default settings
# directory where CMakeLists.txt/meson.build/etc. are placed
%_vpath_srcdir .
# directory (doesn't need to exist) where all generated build files will be placed
%_vpath_builddir %{_vendor}-%{_target_os}-build