rpms/lyx/FC-4 lyx-1.4.3-helpers.patch, NONE, 1.1 lyx.spec, 1.29, 1.30 lyx-1.4.2-helpers.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Sep 28 12:35:35 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/lyx/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26074

Modified Files:
	lyx.spec 
Added Files:
	lyx-1.4.3-helpers.patch 
Removed Files:
	lyx-1.4.2-helpers.patch 
Log Message:
respin for missing (updated) patch


lyx-1.4.3-helpers.patch:

--- NEW FILE lyx-1.4.3-helpers.patch ---
--- lyx-1.4.3/lib/configure.py.helpers	2006-09-21 05:12:08.000000000 -0500
+++ lyx-1.4.3/lib/configure.py	2006-09-21 10:24:30.000000000 -0500
@@ -258,17 +258,17 @@
     #
     #checkProg('a Postscript interpreter', ['gs'],
     #  rc_entry = [ r'\ps_command "%%"' ])
-    checkViewer('a Postscript previewer', ['gv', 'ghostview -swap', 'kghostview'],
+    checkViewer('a Postscript previewer', ['evince', 'gsview', 'kghostview', 'gv', 'ghostview -swap'],
         rc_entry = [r'''\Format eps        eps     EPS                    "" "%%"	""
 \Format ps         ps      Postscript             t  "%%"	""'''])
     #
-    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'gv', 'ghostview', \
-                            'xpdf', 'kpdf', 'kghostview'],
+    checkViewer('a PDF previewer', ['acrobat', 'acroread', 'evince', \
+                            'xpdf', 'kpdf', 'gsview', 'kghostview', 'gv', 'ghostview'],
         rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  "%%"	""
 \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"	""
 \Format pdf3       pdf    "PDF (dvipdfm)"         m  "%%"	""'''])
     #
-    checkViewer('a DVI previewer', ['xdvi', 'kdvi'],
+    checkViewer('a DVI previewer', ['kdvi', 'xdvi'],
         rc_entry = [r'\Format dvi        dvi     DVI                    D  "%%"	""'])
     if ((os.name == 'nt' or sys.platform == 'cygwin') and
             checkProg('DVI to DTL converter', ['dv2dt']) != ['', ''] and
@@ -276,7 +276,7 @@
         # Windows only: DraftDVI
         addToRC(r'\Format dvi2       dvi     DraftDVI               ""	""	""')
     #
-    checkViewer('a HTML previewer', ['mozilla file://$$p$$i', 'netscape'],
+    checkViewer('a HTML previewer', ['htmlview file://$$p$$i', 'mozilla file://$$p$$i', 'netscape'],
         rc_entry = [r'\Format html       html    HTML                   H  "%%"	""'])
     #
     # entried that do not need checkProg


Index: lyx.spec
===================================================================
RCS file: /cvs/extras/rpms/lyx/FC-4/lyx.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- lyx.spec	28 Sep 2006 12:31:52 -0000	1.29
+++ lyx.spec	28 Sep 2006 12:35:35 -0000	1.30
@@ -2,7 +2,7 @@
 Summary: WYSIWYM (What You See Is What You Mean) document processor
 Name:	 lyx
 Version: 1.4.3
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 
 License: GPL
 Group: 	 Applications/Publishing


--- lyx-1.4.2-helpers.patch DELETED ---




More information about the scm-commits mailing list