Neal Gompa
592dfe0cd1
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>
8 lines
241 B
Plaintext
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
|