[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/man/devel man-1.5p-xorg.patch,NONE,1.1 man.spec,1.37,1.38



Author: varekova

Update of /cvs/dist/rpms/man/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2563

Modified Files:
	man.spec 
Added Files:
	man-1.5p-xorg.patch 
Log Message:
- add ?x sections to MANSECT variable (bug 172002)


man-1.5p-xorg.patch:
 man.conf.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

--- NEW FILE man-1.5p-xorg.patch ---
--- man-1.5p/src/man.conf.in.xorg	2005-10-31 13:29:41.000000000 +0100
+++ man-1.5p/src/man.conf.in	2005-10-31 13:35:20.193906952 +0100
@@ -113,9 +113,10 @@
 COMPRESS_EXT	@compress_ext@
 #
 # Default manual sections (and order) to search if -S is not specified
-# and the MANSECT environment variable is not set.
+# and the MANSECT environment variable is not set (1x-8x sections are used by
+# xorg packages).
 #
-MANSECT		1:1p:8:2:3:3p:4:5:6:7:9:0p:n:l:p:o
+MANSECT		1:1p:8:2:3:3p:4:5:6:7:9:0p:n:l:p:o:1x:2x:3x:4x:5x:6x:7x:8x
 #
 # Default options to use when man is invoked without options
 # This is mainly for the benefit of those that think -a should be the default


Index: man.spec
===================================================================
RCS file: /cvs/dist/rpms/man/devel/man.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- man.spec	17 May 2005 07:04:13 -0000	1.37
+++ man.spec	31 Oct 2005 13:20:00 -0000	1.38
@@ -4,7 +4,7 @@
 Summary: A set of documentation tools: man, apropos and whatis.
 Name: man
 Version: 1.5p
-Release: 6
+Release: 7
 License: GPL
 Group: System Environment/Base
 Source0: ftp://ftp.win.tue.nl/pub/linux-local/utils/man/man-%{version}.tar.gz
@@ -25,6 +25,7 @@
 Patch17: man-1.5p-man-pages.patch
 Patch18: man-1.5p-pipe_makewhatis.patch
 Patch19: man-1.5p-sec.patch
+Patch20: man-1.5p-xorg.patch
 
 Buildroot: %{_tmppath}/%{name}-root
 PreReq: coreutils
@@ -59,6 +60,7 @@
 %patch17 -p1 -b .up 
 %patch18 -p1 -b .pipe
 %patch19 -p1 -b .sec
+%patch20 -p1 -b .xorg
 
 cp -f %{SOURCE3} msgs	# replace bad ru trans
 
@@ -316,7 +318,10 @@
 %attr(0775,root,man)	%dir %{cache}/X11R6/cat[123456789n]
 
 %changelog
-* Tue May 17 2005 Ivana Varekova <varekova redhat xom> 1.5p-6
+* Mon Oct 31 2005 Ivana Varekova <varekova redhat com> 1.5p-7
+- add ?x sections to MANSECT variable (bug 172002) 
+
+* Tue May 17 2005 Ivana Varekova <varekova redhat com> 1.5p-6
 - change patch 18 (less hard solution) and 
   patch 13 (don't change exit number in one case)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]