summaryrefslogtreecommitdiffstats
path: root/Modules/CPackRPM.cmake
Commit message (Expand)AuthorAgeFilesLines
* CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"Clinton Stimpson2012-11-061-4/+2
* Handles %attr(nnn,-,-) /path/to/file in CPACK_RPM_USER_FILELIST properly.Eric NOULARD2012-09-101-4/+10
* do not escape spaces in regular expressionsRolf Eike Beer2012-08-191-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-103/+103
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-199/+199
* Do not include directories which are part of the package install prefix.Andy Piper2012-08-071-1/+20
* CPackRPM: avoid leakage of RPM directive from one component to another.Eric NOULARD2012-06-051-1/+4
* Override topdir from rpm command line seems necessary on Amazon linux.Tom Hughes2012-03-271-0/+1
* Merge topic 'CPack-dynamicDocSection'David Cole2012-02-211-1/+1
|\
| * Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-181-1/+1
* | various typo and formatting fixes in manual pages (#12975)Modestas Vainius2012-02-181-3/+3
|/
* Make the load of script documentation more efficient and dynamic.Eric NOULARD2012-02-141-1/+3
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-31/+76
* CPackRPM flag direcories with %dir in the generated spec fileDeborah Pickett2012-01-131-0/+19
* CPackRPM fix #0012608 and unoticed related bugEric NOULARD2011-12-121-10/+89
* CPackRPM fix #12556 and enhance documentationEric NOULARD2011-11-051-3/+29
* CPackRPM support component specific variables for spec filesEric NOULARD2011-10-301-6/+33
* CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)Eric NOULARD2011-09-201-50/+88
* Merge topic 'CPackRPM-includeDir'David Cole2011-09-071-1/+3
|\
| * CPackRPM fix #12305, include directories in RPM packageEric NOULARD2011-09-051-1/+3
* | CPack fix #12366 components RPM packages have the same package nameEric NOULARD2011-09-051-1/+1
|/
* Add some more Specs file tag handling.Eric NOULARD2011-06-121-1/+5
* CPackRPM: Enhance documentationEric NOULARD2011-06-121-2/+8
* CPack make RPM work on AIX. fix #0012183 merge patch from Pasi ValminenEric NOULARD2011-05-211-3/+3
* CPackRPM Fix #12096: handle absolute install path with component installEric NOULARD2011-04-171-0/+14
* CPackRPM non matching ENDIFEric NOULARD2011-03-101-1/+1
* CPackRPM even more trace in debug mode or in case of failureEric NOULARD2011-03-101-1/+6
* CPackRPM add more trace output in order to help failing diagnosticsEric NOULARD2011-03-101-0/+19
* CPackRPM fix bug 0011595 : Can't generate RPMs (on FC11...)Eric NOULARD2010-12-131-3/+2
* CPackRPM add basic component support to CPackRPMEric NOULARD2010-11-131-13/+24
* CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737)Eric NOULARD2010-10-031-3/+3
* CPack Enable better handling of absolute installed filesEric NOULARD2010-08-231-8/+39
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-201-2/+2
|\
| * Merge CPackRPM changes into doc-spellingBrad King2010-07-131-87/+94
| |\
| * | Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-2/+2
* | | CPackRPM:: [partially] support relocatable packageEric NOULARD2010-07-091-2/+25
* | | Merge branch 'CPackRPM-handleFileWithSpace'Brad King2010-07-061-3/+4
|\ \ \
| * | | CPackRPM:: Quote every filenames in %file section (see bugs 10701,10871,10345)Eric NOULARD2010-07-041-3/+4
| |/ /
* | | Merge branch 'CPackRPM-VariousEnhancement-0010741'Brad King2010-07-061-88/+97
|\ \ \
| * | | Provides default changelog if no file is providedEric NOULARD2010-07-041-0/+2
| | |/ | |/|
| * | clean up some stuff in CPack RPM scriptRolf Eike Beer2010-07-041-88/+95
| |/
* | CPackRPM:: Replace - with _ in RPM Version (fix bug 0010934)Eric NOULARD2010-07-041-0/+5
|/
* CPackRPM:: Fix bug #10363, specify compression type in RPM specEric NOULARD2010-04-101-0/+32
* CPackRPM:: Fix bug on Open SuSE 11.2 coming from initial fix of bug8972Eric Noulard2009-11-281-5/+18
* CPackRPM: do not forget to include installed symlinks (bug 9927)Eric Noulard2009-11-221-1/+5
* CPackRPM: tolerate redhat specific clean BUILD ROOT pre-build macro (bug 9872)Eric Noulard2009-11-151-11/+15
* CPackRPM:: add support for USER specified post/pre [un]install scripts (fix b...Eric Noulard2009-11-111-1/+73
* CPackRPM:: support user supplied "Provides" in spec file (fix bug 9584)Eric Noulard2009-11-111-1/+16
* CPackRPM:: Support USER supplied spec files (bug 9679)Eric Noulard2009-11-091-45/+79