]> git.pld-linux.org Git - packages/tcllib.git/commitdiff
- longer instructions wrt. man pages renaming
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Jan 2014 12:23:30 +0000 (13:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Jan 2014 12:23:30 +0000 (13:23 +0100)
tcllib.spec

index 13f228201507a2868deca7fff0abd5bd7e72a73e..567d5c3238e1d9c08a40534a73813f665742a101 100644 (file)
@@ -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
This page took 0.098017 seconds and 4 git commands to generate.