rpms/xfig/devel xfig-3.2.4-redhat.patch, 1.1, 1.2 xfig-3.2.5-pdfviewer.patch, 1.1, 1.2 xfig.spec, 1.40, 1.41

Than Ngo (than) fedora-extras-commits at redhat.com
Fri Oct 5 12:32:52 UTC 2007


Author: than

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

Modified Files:
	xfig-3.2.4-redhat.patch xfig-3.2.5-pdfviewer.patch xfig.spec 
Log Message:
rh#313321, use xdg-open



xfig-3.2.4-redhat.patch:

Index: xfig-3.2.4-redhat.patch
===================================================================
RCS file: /cvs/extras/rpms/xfig/devel/xfig-3.2.4-redhat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfig-3.2.4-redhat.patch	9 Sep 2004 14:49:08 -0000	1.1
+++ xfig-3.2.4-redhat.patch	5 Oct 2007 12:32:49 -0000	1.2
@@ -5,7 +5,7 @@
  
  ! Image editor - can edit imported image
 -Fig.image_editor:		xv
-+Fig.image_editor:		display
++Fig.image_editor:		xdg-open
  
  ! name of ghostscript (not ghostview)
  Fig.ghostscript:		gs
@@ -14,12 +14,12 @@
  ! For netscape, this command will open the help pages in a running netscape,
  !     or start a new netscape if one isn't already running
 -Fig.browser:	netscape -remote 'openFile(%f)' || netscape %f
-+Fig.browser:	htmlview %f
++Fig.browser:	xdg-open %f
  
  ! pdfviewer - put your favorite pdf viewer here.  
  !		This is for viewing the xfig how-to guide and man pages
 -Fig.pdfviewer:			acroread %f
-+Fig.pdfviewer:			/usr/bin/xpdf %f
++Fig.pdfviewer:			xdg-open %f
  
  ! Spell check program - put your favorite spelling check program here.
  !		It must write the misspelled words to standard output.

xfig-3.2.5-pdfviewer.patch:

Index: xfig-3.2.5-pdfviewer.patch
===================================================================
RCS file: /cvs/extras/rpms/xfig/devel/xfig-3.2.5-pdfviewer.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfig-3.2.5-pdfviewer.patch	16 Apr 2007 13:15:16 -0000	1.1
+++ xfig-3.2.5-pdfviewer.patch	5 Oct 2007 12:32:49 -0000	1.2
@@ -5,7 +5,7 @@
  ! pdfviewer - put your favorite pdf viewer here.  
  !		This is for viewing the xfig how-to guide and man pages
 -Fig.pdfviewer:			/usr/bin/xpdf %f
-+Fig.pdfviewer:			/usr/bin/evince %f
++Fig.pdfviewer:			xdg-open %f
  
  ! Spell check program - put your favorite spelling check program here.
  !		It must write the misspelled words to standard output.


Index: xfig.spec
===================================================================
RCS file: /cvs/extras/rpms/xfig/devel/xfig.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- xfig.spec	16 Apr 2007 13:15:16 -0000	1.40
+++ xfig.spec	5 Oct 2007 12:32:49 -0000	1.41
@@ -3,7 +3,7 @@
 Summary: An X Window System tool for drawing basic vector graphics.
 Name: xfig
 Version: 3.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Freeware
 Group: Applications/Multimedia
 URL: http://www.xfig.org/
@@ -19,10 +19,8 @@
 Patch9: xfig.3.2.5-Xaw3d.patch
 
 Requires: transfig >= 1:3.2.5
-Requires: evince
-Requires: ImageMagick
+Requires: xdg-utils
 Requires: aspell
-Requires: htmlview
 
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -94,6 +92,9 @@
 %{_datadir}/applications/*
 
 %changelog
+* Fri Oct 05 2007 Than Ngo <than at redhat.com> - 3.2.5-2
+- rh#313321, use xdg-open
+
 * Mon Apr 16 2007 Than Ngo <than at redhat.com> - 3.2.5-1.fc7
 - 3.2.5
 




More information about the fedora-extras-commits mailing list