Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 1 | -31/+76 | |
| | | | | | | | | | | - Enhance extract doc parser. Seems robust now. The legacy module documentation parser works as before ignoring the new markup. - Proof of concept for CPack (generic), CPack RPM and CPack Deb generator for macro and variables. Try cpack --help-command and cpack --help-variables | |||||
* | CPackRPM flag direcories with %dir in the generated spec file | Deborah Pickett | 2012-01-13 | 1 | -0/+19 | |
| | | | | | | | This fix bug #12863 whose symptom was a lot of "warning: File listed twice" printed out by rpmbuild when processing the spec file. Signed-off-by: Eric NOULARD <eric.noulard@gmail.com> | |||||
* | CPackRPM fix #0012608 and unoticed related bug | Eric NOULARD | 2011-12-12 | 1 | -10/+89 | |
| | | | | | | | | The User may now specific a list of file that shouldn't be automatically handled by CPack but specified by the user. Like %config(noreplace) or specific %attr. The concerned files/dir lines will be removed from the set automatically handled by CPack. | |||||
* | CPackRPM fix #12556 and enhance documentation | Eric NOULARD | 2011-11-05 | 1 | -3/+29 | |
| | | | | Inspired-By: Chip Christian | |||||
* | CPackRPM support component specific variables for spec files | Eric NOULARD | 2011-10-30 | 1 | -6/+33 | |
| | | | | | This is a modified version of a user patch Inspired-By: informant | |||||
* | CPackRPM authorize per-component pre/post-[un]install scripts (#0012063) | Eric NOULARD | 2011-09-20 | 1 | -50/+88 | |
| | | | | | Merged patch from Chip Christian previously based on the one from winfriedd with some small pruning editing by commiter | |||||
* | Merge topic 'CPackRPM-includeDir' | David Cole | 2011-09-07 | 1 | -1/+3 | |
|\ | | | | | | | | | f9e5277 CPackRPM fix #12305, include directories in RPM package | |||||
| * | CPackRPM fix #12305, include directories in RPM package | Eric NOULARD | 2011-09-05 | 1 | -1/+3 | |
| | | ||||||
* | | CPack fix #12366 components RPM packages have the same package name | Eric NOULARD | 2011-09-05 | 1 | -1/+1 | |
|/ | | | | fix based on the patch provided by winfriedd | |||||
* | Add some more Specs file tag handling. | Eric NOULARD | 2011-06-12 | 1 | -1/+5 | |
| | ||||||
* | CPackRPM: Enhance documentation | Eric NOULARD | 2011-06-12 | 1 | -2/+8 | |
| | ||||||
* | CPack make RPM work on AIX. fix #0012183 merge patch from Pasi Valminen | Eric NOULARD | 2011-05-21 | 1 | -3/+3 | |
| | ||||||
* | CPackRPM Fix #12096: handle absolute install path with component install | Eric NOULARD | 2011-04-17 | 1 | -0/+14 | |
| | ||||||
* | CPackRPM non matching ENDIF | Eric NOULARD | 2011-03-10 | 1 | -1/+1 | |
| | ||||||
* | CPackRPM even more trace in debug mode or in case of failure | Eric NOULARD | 2011-03-10 | 1 | -1/+6 | |
| | ||||||
* | CPackRPM add more trace output in order to help failing diagnostics | Eric NOULARD | 2011-03-10 | 1 | -0/+19 | |
| | ||||||
* | CPackRPM fix bug 0011595 : Can't generate RPMs (on FC11...) | Eric NOULARD | 2010-12-13 | 1 | -3/+2 | |
| | ||||||
* | CPackRPM add basic component support to CPackRPM | Eric NOULARD | 2010-11-13 | 1 | -13/+24 | |
| | | | | | basic means 1 RPM per component and no dependency handling this implies some CPackGenerator refactoring | |||||
* | CPackRPM Handle parenthesis in CPACK_SYSTEM_NAME (fix bug 10737) | Eric NOULARD | 2010-10-03 | 1 | -3/+3 | |
| | | | | merge patch from Frank Stappers | |||||
* | CPack Enable better handling of absolute installed files | Eric NOULARD | 2010-08-23 | 1 | -8/+39 | |
| | | | | | | | | | | The idea of the patch is to let the install generator define CPACK_ABSOLUTE_INSTALL_FILES then when CMake is installing project he will concatenate the list of files and give it to specific CPack Generator by defining CPACK_ABSOLUTE_INSTALL_FILES to be the list of ALL files that were installed using absolute destination. An example of use has been applied to RPM generator which now tries to automatically build a relocatable package. | |||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 | |
| | ||||||
* | Merge topic 'resolve/doc-spelling/CPackRPM' | Brad King | 2010-07-20 | 1 | -2/+2 | |
|\ | | | | | | | | | | | 7739d78 Merge CPackRPM changes into doc-spelling 9203e91 Fix spelling errors reported by Lintian. | |||||
| * | Merge CPackRPM changes into doc-spelling | Brad King | 2010-07-13 | 1 | -87/+94 | |
| |\ | | | | | | | | | | | | | Conflicts: Modules/CPackRPM.cmake | |||||
| * | | Fix spelling errors reported by Lintian. | Kai Wasserbäch | 2010-07-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | During a Lintian run on the binary packages of CMake in Debian I was notified of many spelling mistakes. | |||||
* | | | CPackRPM:: [partially] support relocatable package | Eric NOULARD | 2010-07-09 | 1 | -2/+25 | |
| | | | | | | | | | | | | | | | | | | The support is partial because it cannot be used if CPACK_SET_DESTDIR is set some file are installed using absolute path | |||||
* | | | Merge branch 'CPackRPM-handleFileWithSpace' | Brad King | 2010-07-06 | 1 | -3/+4 | |
|\ \ \ | ||||||
| * | | | CPackRPM:: Quote every filenames in %file section (see bugs 10701,10871,10345) | Eric NOULARD | 2010-07-04 | 1 | -3/+4 | |
| |/ / | ||||||
* | | | Merge branch 'CPackRPM-VariousEnhancement-0010741' | Brad King | 2010-07-06 | 1 | -88/+97 | |
|\ \ \ | ||||||
| * | | | Provides default changelog if no file is provided | Eric NOULARD | 2010-07-04 | 1 | -0/+2 | |
| | |/ | |/| | ||||||
| * | | clean up some stuff in CPack RPM script | Rolf Eike Beer | 2010-07-04 | 1 | -88/+95 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | -remove trailing whitespace -fix description of CPACK_RPM_PACKAGE_SUMMARY -fix description of CPACK_RPM_PACKAGE_VENDOR -fix description of CPACK_RPM_PACKAGE_PROVIDES -do not put changelog of that file to generated RPM but read it from CPACK_RPM_CHANGELOG_FILE -add CPACK_RPM_PACKAGE_URL -add CPACK_RPM_PACKAGE_OBSOLETES -add CPACK_RPM_PACKAGE_SUGGESTS -add a loop so adding more user supplied header fields is easy Signed-off-by: Eric NOULARD <eric.noulard@gmail.com> | |||||
* | | CPackRPM:: Replace - with _ in RPM Version (fix bug 0010934) | Eric NOULARD | 2010-07-04 | 1 | -0/+5 | |
|/ | ||||||
* | CPackRPM:: Fix bug #10363, specify compression type in RPM spec | Eric NOULARD | 2010-04-10 | 1 | -0/+32 | |
| | | | | | This is a feature request --Eric | |||||
* | CPackRPM:: Fix bug on Open SuSE 11.2 coming from initial fix of bug8972 | Eric Noulard | 2009-11-28 | 1 | -5/+18 | |
| | | | | Eric | |||||
* | CPackRPM: do not forget to include installed symlinks (bug 9927) | Eric Noulard | 2009-11-22 | 1 | -1/+5 | |
| | | | | Eric | |||||
* | CPackRPM: tolerate redhat specific clean BUILD ROOT pre-build macro (bug 9872) | Eric Noulard | 2009-11-15 | 1 | -11/+15 | |
| | | | | Eric | |||||
* | CPackRPM:: add support for USER specified post/pre [un]install scripts (fix ↵ | Eric Noulard | 2009-11-11 | 1 | -1/+73 | |
| | | | | | | bug 8988) Eric | |||||
* | CPackRPM:: support user supplied "Provides" in spec file (fix bug 9584) | Eric Noulard | 2009-11-11 | 1 | -1/+16 | |
| | | | | Eric | |||||
* | CPackRPM:: Support USER supplied spec files (bug 9679) | Eric Noulard | 2009-11-09 | 1 | -45/+79 | |
| | | | | Eric | |||||
* | Fix CPack bug #9654 | Eric Noulard | 2009-11-09 | 1 | -2/+11 | |
| | | | | Eric | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -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 "#%" lines | Alexander Neundorf | 2009-05-29 | 1 | -6/+6 | |
| | | | | Alex | |||||
* | STYLE: add documentation for CPackRPM (#9029) | Alexander Neundorf | 2009-05-14 | 1 | -4/+71 | |
| | | | | Alex | |||||
* | BUG: apply patch from Eric Noulard, so cpack works with rpmbuild 4.6.0, #8967 | Alexander Neundorf | 2009-05-12 | 1 | -2/+24 | |
| | | | | Alex | |||||
* | BUG: #7904 add rpm package depend | Bill Hoffman | 2008-12-03 | 1 | -3/+19 | |
| | ||||||
* | BUG: 7435, remove warning for not setting DESTDIR | Bill Hoffman | 2008-09-22 | 1 | -5/+0 | |
| | ||||||
* | BUG: 7435 fixes to add optional post-install | Bill Hoffman | 2008-09-19 | 1 | -18/+51 | |
| | ||||||
* | BUG: fix rpmbuild bug, which expands variables in comments :-/ | Alexander Neundorf | 2008-02-25 | 1 | -1/+1 | |
| | | | | | | | apparently rpmbuild can't handle paths with spaces and can't handle variables in comments... Alex | |||||
* | ENH: fix for RPM generator from Eric | Bill Hoffman | 2007-11-01 | 1 | -10/+20 | |
| | ||||||
* | ENH: use cpack generic variable if rpm one is not set | Bill Hoffman | 2007-10-30 | 1 | -1/+5 | |
| | ||||||
* | BUG: fix for bug 5878 | Bill Hoffman | 2007-10-12 | 1 | -74/+84 | |
| |