Another missing file
This commit is contained in:
parent
916e36dd3e
commit
68332d6a6b
@ -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
6
smb-browse.mount.in
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user