diff options
author | Andrew Fuller <afuller@teradici.com> | 2018-09-18 10:57:12 -0700 |
---|---|---|
committer | Andrew Fuller <afuller@teradici.com> | 2018-09-18 11:41:04 -0700 |
commit | 66ab24a4c54fcd5956f9eccfdb0fb60bad858ef3 (patch) | |
tree | d145a586c4002bd181bf3d9985b4e557b2f5e5ec /Help/cpack_gen/rpm.rst | |
parent | e173c25f19a8b532d8175ba77a57012a99779ea3 (diff) | |
download | cmake-66ab24a4c54fcd5956f9eccfdb0fb60bad858ef3.tar.gz |
Help: Fix typo
Diffstat (limited to 'Help/cpack_gen/rpm.rst')
-rw-r--r-- | Help/cpack_gen/rpm.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/cpack_gen/rpm.rst b/Help/cpack_gen/rpm.rst index 0214766e39..5c543ffcea 100644 --- a/Help/cpack_gen/rpm.rst +++ b/Help/cpack_gen/rpm.rst @@ -85,7 +85,7 @@ List of CPack RPM generator specific variables: By using user provided spec file, rpm macro extensions such as for generating debuginfo packages or by simply using multiple components more than one rpm file may be generated, either from a single spec file or from - multiple spec files (each component execution produces it's own spec file). + multiple spec files (each component execution produces its own spec file). In such cases duplicate file names may occur as a result of this variable setting or spec file content structure. Duplicate files get overwritten and it is up to the packager to set the variables in a manner that will @@ -749,7 +749,7 @@ Packaging of debug information Debuginfo packages contain debug symbols and sources for debugging packaged binaries. -Debuginfo RPM packaging has it's own set of variables: +Debuginfo RPM packaging has its own set of variables: .. variable:: CPACK_RPM_DEBUGINFO_PACKAGE CPACK_RPM_<component>_DEBUGINFO_PACKAGE @@ -911,7 +911,7 @@ directories. different binary rpm packages on different platforms depending on the platform's packaging rules. -Source RPM packaging has it's own set of variables: +Source RPM packaging has its own set of variables: .. variable:: CPACK_RPM_PACKAGE_SOURCES |