From 35890474c076df1e6b8c1c121b1f4f1696803b9a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 9 Dec 2008 13:24:14 +0000 Subject: [PATCH] - Add support for .tar.lzma archives in archive mounter --- gvfs-0.99.2-archive-integration.patch | 2 +- gvfs.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gvfs-0.99.2-archive-integration.patch b/gvfs-0.99.2-archive-integration.patch index 3e66d88..314e5b9 100644 --- a/gvfs-0.99.2-archive-integration.patch +++ b/gvfs-0.99.2-archive-integration.patch @@ -8,7 +8,7 @@ Index: mount-archive.desktop.in.in +_Name=Archive Mounter +Exec=@libexecdir@/gvfsd-archive file=%u +X-Gnome-Vfs-System=gio -+MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip; ++MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/x-zip;application/zip;application/x-lzma-compressed-tar; +Terminal=false +StartupNotify=false +Type=Application diff --git a/gvfs.spec b/gvfs.spec index f0cb6bb..08c1435 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -78,7 +78,7 @@ shares (SMB) to applications using gvfs. Summary: Archiving support for gvfs Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} -BuildRequires: libarchive-devel +BuildRequires: libarchive-devel >= libarchive-2.5.903a-2 %description archive This package provides support for accessing files inside Zip and Tar archives, @@ -258,6 +258,9 @@ update-desktop-database &> /dev/null ||: %changelog +* Tue Dec 9 2008 Tomas Bzatek - 1.1.1-4 +- Add support for .tar.lzma archives in archive mounter + * Fri Dec 5 2008 Tomas Bzatek - 1.1.1-3 - Added experimental smb-browse auth patch