summaryrefslogtreecommitdiffstats
path: root/Modules/CPackRPM.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* BUG: fix #9031: newer rpm versions complain about the "#%" linesAlexander Neundorf2009-05-291-6/+6
| | | | Alex
* STYLE: add documentation for CPackRPM (#9029)Alexander Neundorf2009-05-141-4/+71
| | | | Alex
* BUG: apply patch from Eric Noulard, so cpack works with rpmbuild 4.6.0, #8967Alexander Neundorf2009-05-121-2/+24
| | | | Alex
* BUG: #7904 add rpm package dependBill Hoffman2008-12-031-3/+19
|
* BUG: 7435, remove warning for not setting DESTDIRBill Hoffman2008-09-221-5/+0
|
* BUG: 7435 fixes to add optional post-installBill Hoffman2008-09-191-18/+51
|
* BUG: fix rpmbuild bug, which expands variables in comments :-/Alexander Neundorf2008-02-251-1/+1
| | | | | | | apparently rpmbuild can't handle paths with spaces and can't handle variables in comments... Alex
* ENH: fix for RPM generator from EricBill Hoffman2007-11-011-10/+20
|
* ENH: use cpack generic variable if rpm one is not setBill Hoffman2007-10-301-1/+5
|
* BUG: fix for bug 5878Bill Hoffman2007-10-121-74/+84
|
* ENH: fail with error if trying to create a RPM stating that rpmbuild can'tAlexander Neundorf2007-08-291-0/+4
| | | | | | handle spaces Alex
* ENH: patch from Eric Noulard for an RPM package generatorAlexander Neundorf2007-08-171-0/+185
| | | | | | | | It seems rpmbuild can't handle paths with spaces, it complains that Buildroot takes only one tag (or something like this), quoting and escaping don't seem to help. Alex
* ENH: add empty RPM package generator, Eric Noulard wants to work on itAlexander Neundorf2007-08-081-0/+14
Alex