[gvfs/f18] Bring archive mounter back

Tomas Bzatek tbzatek at fedoraproject.org
Wed Aug 29 14:49:18 UTC 2012


commit f3b3f561e18cfb26e9602d3e01c9dfc674d2a292
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Wed Aug 29 16:48:50 2012 +0200

    Bring archive mounter back

 gvfs.spec |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/gvfs.spec b/gvfs.spec
index 92911bb..ce25c11 100644
--- a/gvfs.spec
+++ b/gvfs.spec
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.13.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -32,6 +32,13 @@ BuildRequires: docbook-style-xsl
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
+# The patch touches Makefile.am files:
+BuildRequires: automake autoconf
+BuildRequires: libtool
+
+# http://bugzilla.gnome.org/show_bug.cgi?id=567235
+Patch0: gvfs-archive-integration.patch
+
 Obsoletes: gnome-mount <= 0.8
 Obsoletes: gnome-mount-nautilus-properties <= 0.8
 
@@ -144,8 +151,15 @@ to applications using gvfs.
 
 %prep
 %setup -q
+%patch0 -p1 -b .archive-integration
 
 %build
+# Needed for gvfs-0.2.1-archive-integration.patch
+libtoolize --force  || :
+aclocal  || :
+autoheader  || :
+automake  || :
+autoconf  || :
 
 %configure \
         --disable-gdu \
@@ -283,6 +297,7 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 %files archive
+%{_datadir}/applications/mount-archive.desktop
 %{_libexecdir}/gvfsd-archive
 %{_datadir}/gvfs/mounts/archive.mount
 
@@ -314,6 +329,9 @@ killall -USR1 gvfsd >&/dev/null || :
 %{_datadir}/gvfs/mounts/afp-browse.mount
 
 %changelog
+* Wed Aug 29 2012 Tomas Bzatek <tbzatek at redhat.com> - 1.13.7-3
+- Bring archive mounter back
+
 * Mon Aug 27 2012 Cosimo Cecchi <cosimoc at redhat.com> - 1.13.7-2
 - Make sure keyring integration is enabled
 


More information about the scm-commits mailing list