rpms/texlive/devel texlive-man-context.patch, NONE, 1.1 texlive-texdoc.patch, 1.1, 1.2 texlive.spec, 1.19, 1.20

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Jan 22 11:45:34 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/texlive/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5574

Modified Files:
	texlive-texdoc.patch texlive.spec 
Added Files:
	texlive-man-context.patch 
Log Message:
- use xdg-open(1) in texdoctk (#429659)
- fix bad syntax of texmfstart man page


texlive-man-context.patch:

--- NEW FILE texlive-man-context.patch ---
diff -up texlive-2007/texk/tetex/context/texmfstart.man.man-context texlive-2007/texk/tetex/context/texmfstart.man
--- texlive-2007/texk/tetex/context/texmfstart.man.man-context	2007-01-19 04:53:28.000000000 +0100
+++ texlive-2007/texk/tetex/context/texmfstart.man	2008-01-22 12:15:12.000000000 +0100
@@ -21,8 +21,8 @@ texmfstart \- run ConTeXt scripts, make 
 \fB texmfstart\fP [ \fIoptions ...\fP ] [ \fIfilename\fP ] [ \fIarguments ...\fP ]
 
 .SH "DESCRIPTION" 
-ConTeXt is a typesetting system based on 
-the .BR tex (1)
+ConTeXt is a typesetting system based on the
+.BR tex (1)
 family of programs.
 .B texmfstart
 is a ConTeXt meta-script that can run subordinate

texlive-texdoc.patch:

Index: texlive-texdoc.patch
===================================================================
RCS file: /cvs/extras/rpms/texlive/devel/texlive-texdoc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-texdoc.patch	2 Dec 2007 08:03:19 -0000	1.1
+++ texlive-texdoc.patch	22 Jan 2008 11:45:26 -0000	1.2
@@ -1,7 +1,7 @@
 diff -up texlive-2007/texk/tetex/texdoc.man.texdoc texlive-2007/texk/tetex/texdoc.man
---- texlive-2007/texk/tetex/texdoc.man.texdoc	2006-01-17 22:41:51.000000000 +0100
-+++ texlive-2007/texk/tetex/texdoc.man	2007-08-18 19:13:50.000000000 +0200
-@@ -28,12 +28,17 @@ distribution\&.
+--- texlive-2007/texk/tetex/texdoc.man.texdoc	2008-01-22 09:34:54.000000000 +0100
++++ texlive-2007/texk/tetex/texdoc.man	2008-01-22 09:37:03.000000000 +0100
+@@ -28,28 +28,37 @@ distribution\&.
  .PP 
  .SH "OPTIONS" 
  .PP 
@@ -22,9 +22,12 @@
  Sets verbose mode\&.  Shows the command being used to
  display the documentation\&.
  .PP 
-@@ -42,14 +47,17 @@ display the documentation\&.
+ .SH "ENVIRONMENT" 
+ .PP 
  .IP "\fB$TEXDOCVIEW_dvi\fP" 
- DVI viewer\&.  Defaults to \fBxdvi\fP(1)\&.
+-DVI viewer\&.  Defaults to \fBxdvi\fP(1)\&.
++DVI viewer\&. The default is to use the program specified
++by the freedesktop standard\&.
  .IP "\fB$TEXDOCVIEW_pdf\fP" 
 -PDF viewer\&.  Defaults to \fBacroread\fP(1)\&.
 +PDF viewer\&. The default is to use the program specified
@@ -45,7 +48,7 @@
  .PP 
  The environment variables should be set with a ``%s\&'\&' as a placeholder
  for the name of the file\&.  For example,
-@@ -66,10 +74,18 @@ hostname$ TEXDOCVIEW_html="mozilla %s"
+@@ -66,10 +75,18 @@ hostname$ TEXDOCVIEW_html="mozilla %s"
  hostname$ export TEXDOCVIEW_html
  .EE 
  .PP 
@@ -62,13 +65,13 @@
  .PP 
 -\fBacroread\fP(1), \fBgv\fP(1), \fBkpsewhich\fP(1),
 -\fBless\fP(1), \fBmore\fP(1), \fBxdvi\fP(1)
-+\fBxdg-open\fP(1), \fBxdvi\fP(1)
++\fBxdg-open\fP(1)
  .PP 
  Web page: <http://tug\&.org/teTeX/>
  .PP 
 diff -up texlive-2007/texk/tetex/texdoc.texdoc texlive-2007/texk/tetex/texdoc
 --- texlive-2007/texk/tetex/texdoc.texdoc	2006-01-17 22:41:51.000000000 +0100
-+++ texlive-2007/texk/tetex/texdoc	2007-08-18 19:10:51.000000000 +0200
++++ texlive-2007/texk/tetex/texdoc	2008-01-22 09:39:17.000000000 +0100
 @@ -17,6 +17,15 @@
  #
  # Support for compressed documentation implemented by adopting changes
@@ -148,16 +151,18 @@
  }
  
  
-@@ -92,12 +107,11 @@ case `(uname -s) 2>/dev/null` in
+@@ -91,13 +106,12 @@ case `(uname -s) 2>/dev/null` in
+         extlist='.pdf .ps .txt .dvi .html'
  	;;
    *)
- 	: ${TEXDOCVIEW_dvi='(xdvi %s) &'}
+-	: ${TEXDOCVIEW_dvi='(xdvi %s) &'}
 -	: ${TEXDOCVIEW_pdf='(acroread %s) &'}
 -	: ${TEXDOCVIEW_ps='(gv %s) &'}
 -	: ${TEXDOCVIEW_html='mozilla -remote openURL'"'(%s)'"' 2>/dev/null || mozilla %s &'}
 -	: ${TEXDOCVIEW_txt="${PAGER-more} %s"}
 -	: ${TEXDOCVIEW_="${PAGER-more} %s"} # no extension, default to pager
 -        extlist='.dvi .dvi.gz .dvi.bz2 .pdf .pdf.gz .pdf.bz2 .ps .ps.gz .ps.bz2 .txt .txt.gz .txt.bz2 .html'
++	: ${TEXDOCVIEW_dvi='(xdg-open %s) &'}
 +	: ${TEXDOCVIEW_pdf='(xdg-open %s) &'}
 +	: ${TEXDOCVIEW_ps='(xdg-open %s) &'}
 +	: ${TEXDOCVIEW_html='(xdg-open %s) &'}


Index: texlive.spec
===================================================================
RCS file: /cvs/extras/rpms/texlive/devel/texlive.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- texlive.spec	18 Jan 2008 13:20:02 -0000	1.19
+++ texlive.spec	22 Jan 2008 11:45:26 -0000	1.20
@@ -26,7 +26,7 @@
 
 Name:		texlive
 Version:	%{texlive_ver}
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	Binaries for the TeX formatting system
 
 Group:		Applications/Publishing
@@ -78,6 +78,7 @@
 Patch26: texlive-dviljktemp.patch
 Patch27: texlive-poppler.patch
 Patch28: texlive-man-notetex.patch
+Patch29: texlive-man-context.patch
 
 ######
 # mpeters contributed patches
@@ -390,6 +391,7 @@
 %patch26 -p1 -b .dviljktemp
 %patch27 -p1 -b .poppler
 %patch28 -p1 -b .notetex
+%patch29 -p1 -b .man-context
 
 # fix non utf man pages
 %patch41 -p1 -b .notutf8
@@ -1184,6 +1186,10 @@
 %{_texmf_main}/dvipdfm/
 
 %changelog
+* Tue Jan 22 2008 Jindrich Novy <jnovy at redhat.com> - 2007-14
+- use xdg-open(1) in texdoctk (#429659)
+- fix bad syntax of texmfstart man page
+
 * Fri Jan 18 2008 Jindrich Novy <jnovy at redhat.com> - 2007-13
 - don't copy original pdftex map files but regenerate them
   with the correct updmap.cfg file updated in texlive-texmf




More information about the fedora-extras-commits mailing list