Skip to content

Commit

Permalink
Small fix for rpm cpack: exclude some folders from auto filelist addi…
Browse files Browse the repository at this point in the history
…tion. Updated todo.
  • Loading branch information
FedeDP committed Apr 1, 2019
1 parent a3ad456 commit e414f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Small and simple implementation of an act
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
set(CPACK_RPM_PACKAGE_URL "https://github.com/FedeDP/libmodule")
set(CPACK_RPM_PACKAGE_GROUP "System Environment/Libraries")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig ${CMAKE_INSTALL_DATAROOTDIR}/licenses")
set(CPACK_RPM_PACKAGE_DESCRIPTION ${CPACK_PACKAGE_DESCRIPTION})
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)

Expand Down
4 changes: 1 addition & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
## 4.1.1
- [ ] Configure PKGBUILD and docs/conf.py version

## 4.2.0

### Submodules
Expand All @@ -12,3 +9,4 @@

## Ideas
- [ ] 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
- [ ] Akka-persistence like message store? (ie: store all messages and replay them)

0 comments on commit e414f50

Please sign in to comment.