Skip to content

Commit

Permalink
Changed name in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
klirichek committed Jul 6, 2017
1 parent 5fd5f27 commit 9fbdd5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ set (CPACK_SOURCE_GENERATOR TGZ)

set (CPACK_COMPONENT_APPLICATIONS_GROUP "bin")
set (CPACK_COMPONENT_GROUP_BIN_DISPLAY_NAME "Runtime")
set (CPACK_COMPONENT_APPLICATIONS_DISPLAY_NAME "Sphinx applications")
set (CPACK_COMPONENT_APPLICATIONS_DISPLAY_NAME "Manticore applications")
set (CPACK_COMPONENT_CONFIG_GROUP "bin")
set (CPACK_COMPONENT_CONFIG_DISPLAY_NAME "Configuration examples")
set (CPACK_COMPONENT_DOC_GROUP "bin")
Expand All @@ -640,8 +640,8 @@ set (CPACK_COMPONENT_DBGSYMBOLS_DEPENDS applications)
set (CPACK_DEB_COMPONENT_INSTALL 1)
set (CPACK_RPM_COMPONENT_INSTALL 1)
set (CPACK_ARCHIVE_COMPONENT_INSTALL 1)
set (CPACK_PACKAGE_NAME "sphinx")
set (CPACK_PACKAGE_VENDOR "Sphinx Technologies Inc.")
set (CPACK_PACKAGE_NAME "manticore")
set (CPACK_PACKAGE_VENDOR "Manticore software LTD.")
set (CPACK_RESOURCE_FILE_LICENSE "${SPHINXSEARCH_BINARY_DIR}/COPYING.txt")

# fallback falues
Expand Down Expand Up @@ -677,7 +677,7 @@ ELSEIF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i686")
ENDIF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")

set (CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set (CPACK_PACKAGE_CONTACT "Sphinx package builds <builds@sphinxsearch.com>")
set (CPACK_PACKAGE_CONTACT "Manticore package builds <builds@manticoresearch.com>")
SET (CPACK_RPM_PACKAGE_LICENSE "GNU General Public License v. 2 (GPL2)")

set (FULL_VERSION "${CPACK_PACKAGE_VERSION}")
Expand Down

0 comments on commit 9fbdd5f

Please sign in to comment.