Skip to content

Commit e414f50

Browse files
committed
Small fix for rpm cpack: exclude some folders from auto filelist addition. Updated todo.
1 parent a3ad456 commit e414f50

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Small and simple implementation of an act
140140
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
141141
set(CPACK_RPM_PACKAGE_URL "https://github.com/FedeDP/libmodule")
142142
set(CPACK_RPM_PACKAGE_GROUP "System Environment/Libraries")
143+
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig ${CMAKE_INSTALL_DATAROOTDIR}/licenses")
143144
set(CPACK_RPM_PACKAGE_DESCRIPTION ${CPACK_PACKAGE_DESCRIPTION})
144145
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)
145146

TODO.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
## 4.1.1
2-
- [ ] Configure PKGBUILD and docs/conf.py version
3-
41
## 4.2.0
52

63
### Submodules
@@ -12,3 +9,4 @@
129

1310
## Ideas
1411
- [ ] Let contexts talk together? Eg: broadcast(msg, bool global) to send a message to all modules in every context; module_publish message in another context? etc etc
12+
- [ ] Akka-persistence like message store? (ie: store all messages and replay them)

0 commit comments

Comments
 (0)