mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Oops, we use this regex (or regexes) to instruct the RPM building
process which files NOT to scan for dependencies.
This commit is contained in:
parent
16d9f8f167
commit
222fa992bb
@ -73,7 +73,7 @@ if (${GENERATE_DEB} MATCHES "true" AND CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
set(CPACK_RPM_PACKAGE_ARCHITECTURE, ${DEB_ARCHITECTURE})
|
||||
set(CPACK_RPM_PACKAGE_URL "https://www.musikcube.com")
|
||||
set(CPACK_RPM_PACKAGE_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
set(CPACK_RPM_REQUIRES_EXCLUDE_FROM "libboost_.*" "libmusikcore.so" "libncursesw.*" "libpanelw.*" "libtinfo.*")
|
||||
set(CPACK_RPM_REQUIRES_EXCLUDE_FROM "^/.*$")
|
||||
|
||||
include(CPack)
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user