rpms/xdg-utils/devel xdg-utils-1.0.1-htmlview.patch, NONE, 1.1 xdg-utils.spec, 1.11, 1.12

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Apr 23 13:50:40 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/xdg-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7134

Modified Files:
	xdg-utils.spec 
Added Files:
	xdg-utils-1.0.1-htmlview.patch 
Log Message:
* Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
- add htmlview,links to browser fallbacks


xdg-utils-1.0.1-htmlview.patch:

--- NEW FILE xdg-utils-1.0.1-htmlview.patch ---
--- xdg-utils-1.0.1/scripts/xdg-open.htmlview	2007-04-23 08:46:17.000000000 -0500
+++ xdg-utils-1.0.1/scripts/xdg-open	2007-04-23 08:47:28.000000000 -0500
@@ -417,7 +417,7 @@
 if [ x"$DE" = x"" ]; then
     # if BROWSER variable is not set, check some well known browsers instead
     if [ x"$BROWSER" = x"" ]; then
-        BROWSER=firefox:mozilla:netscape
+        BROWSER=htmlview:firefox:mozilla:netscape:links:lynx
     fi
     DE=generic
 fi


Index: xdg-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/xdg-utils/devel/xdg-utils.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdg-utils.spec	19 Dec 2006 21:46:42 -0000	1.11
+++ xdg-utils.spec	23 Apr 2007 13:50:04 -0000	1.12
@@ -2,7 +2,7 @@
 Summary: Basic desktop integration functions 
 Name:    xdg-utils
 Version: 1.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 URL:     http://portland.freedesktop.org/ 
 Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz
@@ -13,6 +13,7 @@
 
 Patch1: xdg-utils-1.0-mimeopen.patch
 Patch2: xdg-utils-1.0.1-typo.patch
+Patch3: xdg-utils-1.0.1-htmlview.patch
 
 Requires: coreutils
 Requires: desktop-file-utils
@@ -23,6 +24,8 @@
 ## mimeopen generic default
 #Requires(hint): %{_bindir}/mimeopen
 #Requires(hint): perl-File-MimeInfo 
+## htmlview patch
+#Requires(hint): htmlview links
 
 
 %description
@@ -52,6 +55,7 @@
 
 %patch1 -p1 -b .mimeopen
 %patch2 -p1 -b .typo
+%patch3 -p1 -b .htmlview
 
 
 %build
@@ -78,6 +82,9 @@
 
 
 %changelog
+* Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
+- add htmlview,links to browser fallbacks
+
 * Tue Dec 19 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-2
 - fix typo in xdg-icon-resource manpage
 




More information about the scm-commits mailing list