Skip to content

Commit ba7a00e

Browse files
author
Andre F de Miranda
committed
Add description to the RPM package built by cpack
1 parent 11ac734 commit ba7a00e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ elseif(UNIX)
9595
if (RPMBUILD_EXECUTABLE)
9696
set(CPACK_GENERATOR ${CPACK_GENERATOR} "RPM")
9797
set(CPACK_RPM_PACKAGE_LICENSE "MPLv2.0")
98+
set(CPACK_RPM_PACKAGE_DESCRIPTION "Heka is a tool for collecting and collating data from a number of different sources, performing 'in-flight' processing of collected data, and delivering the results to any number of destinations for further analysis.")
9899
# todo we should pull lua_sandbox out of the heka/build and packaging
99100
set(CPACK_RPM_PACKAGE_PROVIDES "libluasb.so.0()(64bit), libluasandbox.so.0()(64bit)")
100101
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION /usr/share/man)

0 commit comments

Comments
 (0)