CPackRPM: Allow multiple path relocation prefixes for one package

This commit is contained in:
Domen Vrankar
2015-01-21 00:29:46 +01:00
committed by Brad King
parent 8c4b7c567b
commit 3ec0254727
10 changed files with 194 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
rpm_multi_prefix
----------------
* The :module:`CPackRPM` module learned a new
:variable:`CPACK_RPM_<COMPONENT>_PACKAGE_PREFIX` variable to
specify a component-specific value to use instead of
:variable:`CPACK_PACKAGING_INSTALL_PREFIX`.
* The :module:`CPackRPM` module learned a new
:variable:`CPACK_RPM_RELOCATION_PATHS` variable to
specify multiple relocation prefixes for a single rpm package.