| Commit message (Expand) | Author | Age | Files | Lines |
* | CPack: Enable DEB and RPM tests more reliably | Domen Vrankar | 2015-05-12 | 1 | -4/+3 |
|
|
* | CPack/RPM fix output in debug log | Thomas Orozco | 2015-05-05 | 1 | -1/+1 |
|
|
* | CPackRPM content listing refactor | Domen Vrankar | 2015-04-19 | 1 | -29/+81 |
|
|
* | CPackRPM package content list code move | Domen Vrankar | 2015-04-19 | 1 | -70/+77 |
|
|
* | CPackRPM: Add basic symlink support (#15209) | Domen Vrankar | 2015-03-31 | 1 | -21/+341 |
|
|
* | CPack/RPM ignore install prefix relocation path | Domen Vrankar | 2015-03-20 | 1 | -2/+19 |
|
|
* | CPack/RPM prevent component attributes leakage | Domen Vrankar | 2015-03-17 | 1 | -652/+621 |
|
|
* | Merge branch 'cpack_rpm_mulit_prefix_fixup' into cpack_rpm_mulit_prefix_fixup... | Domen Vrankar | 2015-02-27 | 1 | -17/+25 |
|\ |
|
| * | CPackRPM: Fix handling of relocation prefix parent directories | Domen Vrankar | 2015-02-27 | 1 | -17/+25 |
|
|
* | | CPackRPM: Drop explicit handling of '@' symbols that breaks them (#14782) | Domen Vrankar | 2015-02-24 | 1 | -10/+0 |
|
|
* | | CPackRPM: Support rpm architecture in components | Joshua A Clayton | 2015-02-23 | 1 | -0/+11 |
|
|
* | | CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTURE | Joshua A Clayton | 2015-02-23 | 1 | -6/+15 |
|/ |
|
* | CPackRPM: Do not run file(GLOB_RECURSE) without CMP0009 set to NEW | Domen Vrankar | 2015-02-11 | 1 | -1/+6 |
|
|
* | CPackRPM: Fix recognition of absolute relocation paths | Domen Vrankar | 2015-02-10 | 1 | -1/+1 |
|
|
* | CPackRPM: Allow multiple path relocation prefixes for one package | Domen Vrankar | 2015-01-29 | 1 | -11/+104 |
|
|
* | CPackRPM: Unset temporary component variables before re-use | Gauthier Lamaison | 2014-11-18 | 1 | -3/+3 |
|
|
* | CPackRPM: remove unneeded string length calculation | Rolf Eike Beer | 2014-11-14 | 1 | -3/+1 |
|
|
* | CPackRPM: Support PREUN and POSTUN requirements | Evgeny Kalishenko | 2014-10-27 | 1 | -4/+33 |
|
|
* | CPackRPM: Support pre(post) install script requirements | Evgeny Kalishenko | 2014-10-27 | 1 | -1/+33 |
|
|
* | CPackRPM: Add component based packaging description and summary | Domen Vrankar | 2014-10-21 | 1 | -11/+67 |
|
|
* | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
* | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
* | CPack: Replace #<type> markup with reStructuredText equivalent | Kitware Robot | 2013-10-16 | 1 | -228/+222 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -243/+332 |
|
|
* | Merge topic 'CPack-fixGeneratedChangelogFormat' | Brad King | 2013-07-15 | 1 | -1/+1 |
|\ |
|
| * | CPackRPM make the changelog line conform to expected format | Eric NOULARD | 2013-07-08 | 1 | -1/+1 |
|
|
* | | CPackRPM protect '@' character in filename processed in the spec file. | Eric NOULARD | 2013-07-05 | 1 | -0/+10 |
|/ |
|
* | Merge topic 'CPackRPM-avoidOwningSystemDirs' | Brad King | 2013-05-16 | 1 | -0/+42 |
|\ |
|
| * | CPackRPM add /usr/lib64 to the list of builtin to-be-excluded path | Eric NOULARD | 2013-04-05 | 1 | -2/+2 |
|
|
| * | CPackRPM add mechanism to remove path from generated list of file in RPM spec. | Eric NOULARD | 2013-04-05 | 1 | -0/+42 |
|
|
* | | Add support for componentized USER spec file | Eric NOULARD | 2013-04-01 | 1 | -6/+15 |
|/ |
|
* | CPackRPM fix #13898 uses IF(DEFINED var) to avoid wrong var value logic | Eric NOULARD | 2013-02-09 | 1 | -9/+19 |
|
|
* | CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE" | Clinton Stimpson | 2012-11-06 | 1 | -4/+2 |
|
|
* | Handles %attr(nnn,-,-) /path/to/file in CPACK_RPM_USER_FILELIST properly. | Eric NOULARD | 2012-09-10 | 1 | -4/+10 |
|
|
* | do not escape spaces in regular expressions | Rolf Eike Beer | 2012-08-19 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -103/+103 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -199/+199 |
|
|
* | Do not include directories which are part of the package install prefix. | Andy Piper | 2012-08-07 | 1 | -1/+20 |
|
|
* | CPackRPM: avoid leakage of RPM directive from one component to another. | Eric NOULARD | 2012-06-05 | 1 | -1/+4 |
|
|
* | Override topdir from rpm command line seems necessary on Amazon linux. | Tom Hughes | 2012-03-27 | 1 | -0/+1 |
|
|
* | Merge topic 'CPack-dynamicDocSection' | David Cole | 2012-02-21 | 1 | -1/+1 |
|\ |
|
| * | Dynamically add documentation section specified in documented script. | Eric NOULARD | 2012-02-18 | 1 | -1/+1 |
|
|
* | | various typo and formatting fixes in manual pages (#12975) | Modestas Vainius | 2012-02-18 | 1 | -3/+3 |
|/ |
|
* | Make the load of script documentation more efficient and dynamic. | Eric NOULARD | 2012-02-14 | 1 | -1/+3 |
|
|
* | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 1 | -31/+76 |
|
|
* | CPackRPM flag direcories with %dir in the generated spec file | Deborah Pickett | 2012-01-13 | 1 | -0/+19 |
|
|
* | CPackRPM fix #0012608 and unoticed related bug | Eric NOULARD | 2011-12-12 | 1 | -10/+89 |
|
|
* | CPackRPM fix #12556 and enhance documentation | Eric NOULARD | 2011-11-05 | 1 | -3/+29 |
|
|
* | CPackRPM support component specific variables for spec files | Eric NOULARD | 2011-10-30 | 1 | -6/+33 |
|
|
* | CPackRPM authorize per-component pre/post-[un]install scripts (#0012063) | Eric NOULARD | 2011-09-20 | 1 | -50/+88 |
|
|