diff --git a/CMakeLists.txt b/CMakeLists.txt index d0985717cd95e..987ddedf690cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -969,7 +969,7 @@ IF(GENERATE_PACKAGE_TARGET) SET(CPACK_PACKAGE_EXECUTABLES "stellarium" "Stellarium") SET(CPACK_SOURCE_IGNORE_FILES "/.git/" "/.github/" "builds/" "installers/" "po/stellarium-landscapes-descriptions" "po/stellarium-scenery3d-descriptions" "po/stellarium-skycultures-descriptions" "po/stellarium-desktop" "po/stellarium-metainfo" "util/spout2" "util/DSSToStellarium/toastForShape$" "Stellarium.tag$" "Stellarium.kdevelop.pcs$" "/CMakeLists.txt.user$" "/CITATION*" "\\\\.gitignore$" "\\\\.clang-format$" "\\\\.yml$" "~$" "\\\\.swp$" "\\\\.#" "/#") SET(CPACK_RPM_PACKAGE_LICENSE "GNU GPLv2 or later") - SET(CPACK_RPM_PACKAGE_GROUP "Amusements/Graphics") + SET(CPACK_RPM_PACKAGE_GROUP "Sciences/Astronomy") SET(CPACK_RPM_PACKAGE_URL "${STELLARIUM_URL}") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "${CPACK_PACKAGE_VENDOR} ") SET(CPACK_DEBIAN_PACKAGE_SECTION "science")