Skip to content

Commit 9fbdd5f

Browse files
author
klirichek
committed
Changed name in CMakeLists.txt
1 parent 5fd5f27 commit 9fbdd5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ set (CPACK_SOURCE_GENERATOR TGZ)
628628

629629
set (CPACK_COMPONENT_APPLICATIONS_GROUP "bin")
630630
set (CPACK_COMPONENT_GROUP_BIN_DISPLAY_NAME "Runtime")
631-
set (CPACK_COMPONENT_APPLICATIONS_DISPLAY_NAME "Sphinx applications")
631+
set (CPACK_COMPONENT_APPLICATIONS_DISPLAY_NAME "Manticore applications")
632632
set (CPACK_COMPONENT_CONFIG_GROUP "bin")
633633
set (CPACK_COMPONENT_CONFIG_DISPLAY_NAME "Configuration examples")
634634
set (CPACK_COMPONENT_DOC_GROUP "bin")
@@ -640,8 +640,8 @@ set (CPACK_COMPONENT_DBGSYMBOLS_DEPENDS applications)
640640
set (CPACK_DEB_COMPONENT_INSTALL 1)
641641
set (CPACK_RPM_COMPONENT_INSTALL 1)
642642
set (CPACK_ARCHIVE_COMPONENT_INSTALL 1)
643-
set (CPACK_PACKAGE_NAME "sphinx")
644-
set (CPACK_PACKAGE_VENDOR "Sphinx Technologies Inc.")
643+
set (CPACK_PACKAGE_NAME "manticore")
644+
set (CPACK_PACKAGE_VENDOR "Manticore software LTD.")
645645
set (CPACK_RESOURCE_FILE_LICENSE "${SPHINXSEARCH_BINARY_DIR}/COPYING.txt")
646646

647647
# fallback falues
@@ -677,7 +677,7 @@ ELSEIF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i686")
677677
ENDIF (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
678678

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

683683
set (FULL_VERSION "${CPACK_PACKAGE_VERSION}")

0 commit comments

Comments
 (0)