diff --git a/gvfs.spec b/gvfs.spec index 2c5d91c..4ca1064 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -9,6 +9,7 @@ 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 +Source3: smb.mount.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig BuildRequires: glib2-devel >= 2.15.4 @@ -40,6 +41,7 @@ required to develop applications using gvfs. %setup -q cp %{SOURCE1} daemon cp %{SOURCE2} daemon +cp %{SOURCE3} daemon %build %configure diff --git a/smb.mount.in b/smb.mount.in new file mode 100644 index 0000000..65490ca --- /dev/null +++ b/smb.mount.in @@ -0,0 +1,4 @@ +[Mount] +Type=smb-share +Exec=@libexecdir@/gvfsd-smb +AutoMount=false