Another missing file

This commit is contained in:
Matthias Clasen 2008-01-29 04:48:54 +00:00
parent 916e36dd3e
commit 68332d6a6b
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
Source1: http.mount.in
Source2: dav.mount.in
Source3: smb.mount.in
Source4: smb-browse.mount.in
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: glib2-devel >= 2.15.4
@ -42,6 +43,7 @@ required to develop applications using gvfs.
cp %{SOURCE1} daemon
cp %{SOURCE2} daemon
cp %{SOURCE3} daemon
cp %{SOURCE4} daemon
%build
%configure

6
smb-browse.mount.in Normal file
View File

@ -0,0 +1,6 @@
[Mount]
Type=smb-network;smb-server
Exec=@libexecdir@/gvfsd-smb-browse
DBusName=org.gtk.vfs.mountpoint.smb_browse
AutoMount=true