summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@skysql.com>2014-03-20 18:33:23 -0400
committerNirbhay Choubey <nirbhay@skysql.com>2014-03-20 18:33:23 -0400
commit983366e0eef50b95329bcba154ee4fb38b85df3c (patch)
treee2e7d4f13471223e04e7a245d03cf5940924da77 /cmake
parent4154f3aa058ee4fb7a7633874038c122a5e8985a (diff)
downloadmariadb-git-983366e0eef50b95329bcba154ee4fb38b85df3c.tar.gz
MDEV#5903 mariadb-galera tree builds too many rpm packagesmariadb-galera-5.5.36a
Modified the components list to make sure that only server package gets generated.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack_rpm.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/cpack_rpm.cmake b/cmake/cpack_rpm.cmake
index b13b167a7f6..6adc27bf83d 100644
--- a/cmake/cpack_rpm.cmake
+++ b/cmake/cpack_rpm.cmake
@@ -23,9 +23,7 @@ SET(CPACK_COMPONENT_SHAREDLIBRARIES_GROUP "shared")
SET(CPACK_COMPONENT_COMMON_GROUP "common")
SET(CPACK_COMPONENT_COMPAT_GROUP "compat")
SET(CPACK_COMPONENTS_ALL Server ManPagesServer IniFiles Server_Scripts
- SupportFiles Development ManPagesDevelopment
- ManPagesTest Readme ManPagesClient Test
- Common Client SharedLibraries)
+ SupportFiles Readme)
SET(CPACK_RPM_PACKAGE_NAME "MariaDB-Galera")
SET(CPACK_PACKAGE_FILE_NAME "${CPACK_RPM_PACKAGE_NAME}-${VERSION}-${RPM}-${CMAKE_SYSTEM_PROCESSOR}")