%setup macro must be present in %prep to set variables required by
find-debuginfo script. Symlink is to place sources in nice
/usr/src/debug/%{name}-%{version} subdir instead of plain /usr/src/debug/core
(which can be ambiguous).
Additionally all packages need to have _builddir pointing at top src dir (in
core-dom0 it was dom0 subdir). And to cheat make about current dir (to have
%{name}-%{version} included in path) chdir must be done by shell, not make - so
can't use make -C.
|
||
|---|---|---|
| .. | ||
| core-dom0-vaio-fixes.spec | ||
| core-dom0.spec | ||
| core-libs.spec | ||
| core-vm-kernel-placeholder.spec | ||
| core-vm.spec | ||