Skip to content

Commit

Permalink
added description to rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzadri committed Nov 9, 2012
1 parent 9dea51e commit b882981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@

cmake_minimum_required(VERSION 2.6)

#project(glite-ce-blahp)
project(BLAH)

# CPack info

set(CPACK_RPM_PACKAGE_RELEASE "1")
set(CPACK_RPM_PACKAGE_RELEASE "0")

if (UNIX AND NOT APPLE)
set(CPACK_GENERATOR "STGZ;DEB;RPM")
Expand All @@ -32,9 +33,10 @@ set(CMAKE_INSTALL_PREFIX "/usr")

set(CPACK_PACKAGE_VENDOR "EMI")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Batch Local ASCII Helper Protocol suite")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/blah_description.txt")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "18")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_VERSION
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")

Expand Down
2 changes: 2 additions & 0 deletions blah_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The BLAHP daemon is a light component accepting commands to manage jobs on different Local Resources Management Systems

0 comments on commit b882981

Please sign in to comment.