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 - 1.13.7-3 +- Bring archive mounter back + * Mon Aug 27 2012 Cosimo Cecchi - 1.13.7-2 - Make sure keyring integration is enabled