hi,
when i set "CPACK_PACKAGE_RELEASE" to "7777":

"set(CPACK_PACKAGE_RELEASE 7777)"

spec file still stays the same "1" :

Summary:        A cache configuration service.

Name:           cacheproxyd

Version:        1.0.8

Release:        1


i see that rpm file name that depends on it changes:

"set(CPACK_PACKAGE_FILE_NAME
"${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_PACKAGE_RELEASE}.${CMAKE_SYSTEM_PROCESSOR}"
)"

in spec:

%define _rpmfilename cacheproxyd-1.0.8-7777.x86_64.rpm

Am I miss something?
-- 

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