Skip to content
Snippets Groups Projects
Commit ad7ad985 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

opentar-9: review fixes.

parent b5396f6d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,12 @@ if ("${CPACK_GENERATOR}" STREQUAL "RPM")
set (CPACK_RPM_PACKAGE_RELEASE "8")
set (CPACK_RPM_PACKAGE_LICENSE "BSD")
set (CPACK_RPM_PACKAGE_VENDOR "MAIL.RU")
set (CPACK_RPM_PACKAGE_DESCRIPTION "Tarantool/Box - an efficient in-memory data store")
set (CPACK_RPM_PACKAGE_DESCRIPTION "
Tarantool/Box, or simply Tarantool, is a high performance
in-memory NoSQL database. It supports replication, online backup,
stored procedures in Lua.")
set (CPACK_RPM_PACKAGE_SUMMARY "Tarantool/Box - an efficient in-memory data store")
set (CPACK_RPM_PACKAGE_GROUP "Databases")
set (CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_SOURCE_DIR}/cmake/rpm_post_install.sh")
set (CPACK_SET_DESTDIR "ON")
set (CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment