summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* CPack/RPM test for Suggests tagAlexander Adam2016-11-051-0/+1
| | | | | | | Suggests tag was not present in older versions of rpmbuild so we test that the rpm package is always generated either with Suggests tag present or skipped if not supported.
* CPack/RPM single debuginfo packagingDomen Vrankar2016-10-071-0/+1
| | | | | | | | | Generate a single debuginfo package even if components packaging is enabled. This makes issue #15668 resolution feature complete. Closes: #15486
* CPack/RPM learned defining main componentDomen Vrankar2016-10-071-0/+1
| | | | | | Main component rpm package is generated without component suffix in filename and package name.
* Merge topic 'cpack-rpm-srpm-package'Brad King2016-09-201-0/+1
|\ | | | | | | | | d9cec8ad CPack/RPM: Generate source rpm (SRPM) packages on demand
| * CPack/RPM: Generate source rpm (SRPM) packages on demandDomen Vrankar2016-09-201-0/+1
| | | | | | | | Closes: #15839
* | CPack: Add option to generate a checksum file next to each package filePetr Orlov2016-09-191-0/+1
|/ | | | Add variable CPACK_PACKAGE_CHECKSUM to activate it.
* CPack/DEB: Add option to select archive typeDomen Vrankar2016-09-051-0/+1
| | | | | | | Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332
* CPack/RPM: Add test for debuginfo package generationDomen Vrankar2016-08-261-0/+1
|
* CPack/Deb possibility to change package nameDomen Vrankar2016-05-231-1/+1
| | | | | | | | This patch preserves backward compatibility of deb package names with previous CMake versions but similarly to CPack/RPM allows to change package name format and supports DEB-DEFAULT setting that produces proper Debian package names.
* Merge topic 'cpack-rpm-adding-dist-to-release-tag'Brad King2016-05-161-0/+1
|\ | | | | | | | | | | f5089cfc CPack/RPM adding dist to release tag test f7003a60 CPack/RPM release dist tag support
| * CPack/RPM adding dist to release tag testDomen Vrankar2016-05-141-0/+1
| | | | | | | | Tests and release notes
* | Merge topic 'cpack-rpm-different-package-names'Brad King2016-05-161-0/+1
|\ \ | | | | | | | | | | | | 44ee2d71 CPack/RPM different package names
| * | CPack/RPM different package namesDomen Vrankar2016-05-151-0/+1
| |/ | | | | | | | | | | | | | | Packagers may now set their own rpm package file names or request that rpmbuild tool chooses one for them. It also supports handing of situations where one spec file may produce multiple rpm packages.
* | CPack/Deb test changes due to breaking changesDomen Vrankar2016-05-131-0/+2
|/ | | | | | New CPack/Deb tests and changes to old tests as package file names and inter component dependency detection was changed.
* CPack/RPM support for upper cased component variablesDomen Vrankar2016-02-131-0/+1
| | | | | | | | | | CPACK_* variables expect component name in upper case. CPACK_RPM_* variables expected component name to be in same case as component name. This patch adds support for CPACK_RPM_* variables with upper case component names to match the convention with CPACK_* variables and also preserves same case component names for back compatibility.
* CPack: Added tests for package name and group controll fieldsDomen Vrankar2015-12-071-0/+1
|
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-281-1/+3
|
* Revert topic 'cpack-package-empty-dirs'Brad King2015-09-251-2/+0
| | | | | | | | | The changes in commit 47b060ae (CPackDeb: allow empty directories in component packages, 2015-09-21), commit b58de9fe (CPack: allow packaging of empty directories, 2015-09-21), and commit b761e90d (CPack: remove accidental changes, 2015-09-22) regressed packaging of CMake itself. Revert the changes until they can be revised and rebased on other changes that make additional fixes.
* CPack: allow packaging of empty directoriesDomen Vrankar2015-09-221-0/+2
|
* Tests/RunCMake/CPack: Add dependencies testsDomen Vrankar2015-08-061-0/+1
| | | | | Add tests for RPM and DEB package test for currently supported dependency features (requires, provides, conflicts, ...).
* CPack/DEB: component version of PACKAGE_CONTROL_EXTRADomen Vrankar2015-07-151-0/+1
| | | | | Component version of CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable.
* Tests: Move RunCMake.CPackRPM case into RunCMake.CPack_RPM testDomen Vrankar2015-06-151-0/+1
| | | | | | Move PARTIALLY_RELOCATABLE_WARNING test to the new common CPack test script structure to have all tests in one place as well as additional benefit of having some more checks done during test execution.
* Tests: Add RunCMake tests for CPack{Deb,RPM}Domen Vrankar2015-06-151-0/+7
Add script structure for easier addition of new CPack related tests.