Author: fcrozat
Date: Fri Feb 16 12:31:22 2007
New Revision: 121659
Added:
packages/cooker/gnome-vfs2/current/SOURCES/gnome-vfs-2.17.91-fixh323.patch
Modified:
packages/cooker/gnome-vfs2/current/SPECS/gnome-vfs2.spec
Log:
Patch11: fix callto and h323 uri to use ekiga, not GNOMEmeeting
Added:
packages/cooker/gnome-vfs2/current/SOURCES/gnome-vfs-2.17.91-fixh323.patch
==============================================================================
--- (empty file)
+++ packages/cooker/gnome-vfs2/current/SOURCES/gnome-vfs-2.17.91-fixh323.patch
Fri Feb 16 12:31:22 2007
@@ -0,0 +1,22 @@
+Index: schemas/desktop_gnome_url_handlers.schemas.in
+===================================================================
+--- gnome-vfs/schemas/desktop_gnome_url_handlers.schemas.in (r�vision 5284)
++++ gnome-vfs/schemas/desktop_gnome_url_handlers.schemas.in (copie de
travail)
+@@ -289,7 +289,7 @@
+ <applyto>/desktop/gnome/url-handlers/callto/command</applyto>
+ <owner>gnome</owner>
+ <type>string</type>
+- <default>gnomemeeting -c %s</default>
++ <default>ekiga -c "%s"</default>
+ <locale name="C">
+ <short>The handler for "callto" URLs</short>
+ <long>The command used to handle "callto" URLs, if enabled.</long>
+@@ -323,7 +323,7 @@
+ <applyto>/desktop/gnome/url-handlers/h323/command</applyto>
+ <owner>gnome</owner>
+ <type>string</type>
+- <default>gnomemeeting -c %s</default>
++ <default>ekiga -c "%s"</default>
+ <locale name="C">
+ <short>The handler for "h323" URLs</short>
+ <long>The command used to handle "h323" URLs, if enabled.</long>
Modified: packages/cooker/gnome-vfs2/current/SPECS/gnome-vfs2.spec
==============================================================================
--- packages/cooker/gnome-vfs2/current/SPECS/gnome-vfs2.spec (original)
+++ packages/cooker/gnome-vfs2/current/SPECS/gnome-vfs2.spec Fri Feb 16
12:31:22 2007
@@ -15,7 +15,7 @@
Summary: GNOME virtual file-system libraries
Name: %{pkgname}%{api_version}
Version: 2.17.91
-Release: %mkrel 1
+Release: %mkrel 2
License: LGPL
Group: Graphical desktop/GNOME
URL: http://www.gnome.org/
@@ -26,6 +26,8 @@
Patch8: gnome-vfs-2.7.90-schema_about_for_upstream.patch
# (fc) 2.8.3-5mdk support pamconsole mount option (Fedora)
Patch10: gnome-vfs-2.8.1-console-mount-opt.patch
+# (fc) 2.17.91-2mdv replace references to gnomemeeting with ekiga
+Patch11: gnome-vfs-2.17.91-fixh323.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gawk
@@ -106,6 +108,7 @@
%patch5 -p1 -b .webclient
%patch8 -p1 -b .about
%patch10 -p1 -b .pamconsole
+%patch11 -p1 -b .fixh323
%build