public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xfig] epel10: rh#313321, use xdg-open
@ 2026-05-30 14:25 Than Ngo
  0 siblings, 0 replies; 2+ messages in thread
From: Than Ngo @ 2026-05-30 14:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xfig
Branch : epel10
Commit : 4e520d2152bfc165dd0a23db2920695f1758550f
Author : Than Ngo <than@fedoraproject.org>
Date   : 2007-10-05T17:00:50+00:00
Stats  : +0/-13 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/xfig/c/4e520d2152bfc165dd0a23db2920695f1758550f?branch=epel10

Log:
rh#313321, use xdg-open

---
diff --git a/xfig-3.2.5-pdfviewer.patch b/xfig-3.2.5-pdfviewer.patch
deleted file mode 100644
index 1b5016c..0000000
--- a/xfig-3.2.5-pdfviewer.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xfig.3.2.5/Fig.ad.pdfviewer	2007-04-16 14:31:39.000000000 +0200
-+++ xfig.3.2.5/Fig.ad	2007-04-16 14:31:56.000000000 +0200
-@@ -24,7 +24,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:			xdg-open %f
- 
- ! Spell check program - put your favorite spelling check program here.
- !		It must write the misspelled words to standard output.

diff --git a/xfig.spec b/xfig.spec
index 1506563..11cc6e3 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -15,7 +15,6 @@ Patch0: xfig-3.2.4-redhat.patch
 Patch1: xfig-3.2.5-fhs.patch
 Patch2: xfig-3.2.5-mkstemp.diff
 Patch7: xfig.3.2.5-modularX.patch
-Patch8: xfig-3.2.5-pdfviewer.patch
 Patch9: xfig.3.2.5-Xaw3d.patch
 
 Requires: transfig >= 1:3.2.5
@@ -53,7 +52,6 @@ graphics.
 %patch1 -p1 -b .fhs
 %patch2 -p1 -b .mkstemp
 %patch7 -p1 -b .modularX
-%patch8 -p1 -b .pdfviewer
 %patch9 -p1 -b .Xaw3d
 
 %build

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/xfig] epel10: rh#313321, use xdg-open
@ 2026-05-30 14:25 Than Ngo
  0 siblings, 0 replies; 2+ messages in thread
From: Than Ngo @ 2026-05-30 14:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xfig
Branch : epel10
Commit : d8b44084c9ec631dc91a37302da5c283ba50d0f1
Author : Than Ngo <than@fedoraproject.org>
Date   : 2007-10-05T12:32:49+00:00
Stats  : +9/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xfig/c/d8b44084c9ec631dc91a37302da5c283ba50d0f1?branch=epel10

Log:
rh#313321, use xdg-open

---
diff --git a/xfig-3.2.4-redhat.patch b/xfig-3.2.4-redhat.patch
index 094b41b..3a34abd 100644
--- a/xfig-3.2.4-redhat.patch
+++ b/xfig-3.2.4-redhat.patch
@@ -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.

diff --git a/xfig-3.2.5-pdfviewer.patch b/xfig-3.2.5-pdfviewer.patch
index f479741..1b5016c 100644
--- a/xfig-3.2.5-pdfviewer.patch
+++ b/xfig-3.2.5-pdfviewer.patch
@@ -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.

diff --git a/xfig.spec b/xfig.spec
index 30489d9..1506563 100644
--- a/xfig.spec
+++ b/xfig.spec
@@ -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 @@ Patch8: xfig-3.2.5-pdfviewer.patch
 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 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
+* Fri Oct 05 2007 Than Ngo <than@redhat.com> - 3.2.5-2
+- rh#313321, use xdg-open
+
 * Mon Apr 16 2007 Than Ngo <than@redhat.com> - 3.2.5-1.fc7
 - 3.2.5
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-30 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 14:25 [rpms/xfig] epel10: rh#313321, use xdg-open Than Ngo
  -- strict thread matches above, loose matches on Subject: below --
2026-05-30 14:25 Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox