diff --git a/dav.mount.in b/dav.mount.in new file mode 100644 index 0000000..6e75bce --- /dev/null +++ b/dav.mount.in @@ -0,0 +1,4 @@ +[Mount] +Type=dav +Exec=@libexecdir@/gvfsd-dav +AutoMount=false diff --git a/gvfs.spec b/gvfs.spec index c01b624..2c5d91c 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -6,6 +6,9 @@ License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2 +# files missing from the tarball +Source1: http.mount.in +Source2: dav.mount.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig BuildRequires: glib2-devel >= 2.15.4 @@ -35,6 +38,8 @@ required to develop applications using gvfs. %prep %setup -q +cp %{SOURCE1} daemon +cp %{SOURCE2} daemon %build %configure diff --git a/http.mount.in b/http.mount.in new file mode 100644 index 0000000..21b7930 --- /dev/null +++ b/http.mount.in @@ -0,0 +1,5 @@ +[Mount] +Type=http +Exec=@libexecdir@/gvfsd-http +AutoMount=true +DBusName=org.gtk.vfs.mountpoint.http