[packages/tcllib] - longer instructions wrt. man pages renaming

qboosh qboosh at pld-linux.org
Mon Jan 6 13:22:51 CET 2014


commit 2e4dc2f9379806023c6ec74b4d8748bbe60a0447
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jan 6 13:23:30 2014 +0100

    - longer instructions wrt. man pages renaming

 tcllib.spec | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/tcllib.spec b/tcllib.spec
index 13f2282..567d5c3 100644
--- a/tcllib.spec
+++ b/tcllib.spec
@@ -29,8 +29,16 @@ użyteczne dla wielu programistów Tcl-a.
 %setup -q
 %patch0 -p1
 
-# move manuals to proper namespaces, consistent with where they are exported,
-# also avoiding conflicts with the same names in other namespaces
+# Move manuals to proper namespaces, consistent with where they are exported,
+# also avoiding conflicts with the same names in other namespaces.
+# Upstream names are most commonly based on the last element, or have
+# "namespace_" prefix.
+# Unify man pages regarding [sub]namespace or function to the form
+# namespace[::subnamespace] or namespace::[subnamespace::]function;
+# for other man pages, like introductions, namespace::thing or
+# namespace_thing forms might be used.
+# Note: some man pages have "tcllib_" prefix because of conflict with
+# core tcl man pages (e.g. when namespace is identical to tcl keyword).
 %{__mv} modules/base32/base32{,::}core.man
 %{__mv} modules/base32/base32{,::}hex.man
 %{__mv} modules/bench/bench{_read,::in}.man
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tcllib.git/commitdiff/2e4dc2f9379806023c6ec74b4d8748bbe60a0447



More information about the pld-cvs-commit mailing list