diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2015-04-19 16:22:18 (GMT) |
---|---|---|
committer | Domen Vrankar <domen.vrankar@gmail.com> | 2015-04-19 16:22:18 (GMT) |
commit | 76080c32e167b2eadf4305fb3af56ba1c7503c44 (patch) | |
tree | 2787f67fe9cff55c140a551e1efc19cf50d15633 /Tests/CPackComponentsForAll/mylib | |
parent | 152e9b3250d2b75d91b1058e01dfc4b46bb486cd (diff) | |
download | CMake-76080c32e167b2eadf4305fb3af56ba1c7503c44.zip CMake-76080c32e167b2eadf4305fb3af56ba1c7503c44.tar.gz CMake-76080c32e167b2eadf4305fb3af56ba1c7503c44.tar.bz2 |
CPackRPM content listing refactor
Refactoring of content list that removes
use of find and sed to make listing algorithm
more clear and remove external dependencies.
Patch also limits man pages handling to
locations listed in brp-compress rpm script
by default - fixes bug report #14660.
Diffstat (limited to 'Tests/CPackComponentsForAll/mylib')
-rw-r--r-- | Tests/CPackComponentsForAll/mylib | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/CPackComponentsForAll/mylib b/Tests/CPackComponentsForAll/mylib new file mode 100644 index 0000000..e3bd05c --- /dev/null +++ b/Tests/CPackComponentsForAll/mylib @@ -0,0 +1,17 @@ +.\" Manpage for mylib. +.\" Contact bugs@mylib_author.net.in to correct errors or typos. +.TH mylib 3 "01 May 2015" "1.0" "mylib.so man page" +.SH NAME +mylib \- cpack testing lib +.SH SYNOPSIS +mylib.so +.SH DESCRIPTION +mylib.so test man page. +.SH OPTIONS +Lib does not take any options. +.SH SEE ALSO +mylib(3) +.SH BUGS +No known bugs. +.SH AUTHOR +Someone (author@lib_author.net.in) |