Hello all,

I'm trying to package a set of components, each in its own binary RPM.
I'm setting CPACK_RPM_<component>_PACKAGE_FILE_NAME to be something like:
${CPACK_RPM_PACKAGE_NAME}-<component>-${CPACK_RPM_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME}

but the resulting CPACK_OUTPUT_FILE_NAME ends up being something equivalent to:

${CPACK_RPM_PACKAGE_NAME}-${CPACK_RPM_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME}-<component>.rpm

Am I going about this the right way?
Is setting CPACK_RPM_<component>_PACKAGE_FILE_NAME the right way to
have a component-specific .rpm name?

Thanks,
Piotr
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to