another forgotten file

This commit is contained in:
Matthias Clasen 2008-01-29 04:25:39 +00:00
parent 462c14aaa2
commit 916e36dd3e
2 changed files with 6 additions and 0 deletions

View File

@ -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

4
smb.mount.in Normal file
View File

@ -0,0 +1,4 @@
[Mount]
Type=smb-share
Exec=@libexecdir@/gvfsd-smb
AutoMount=false