another forgotten file
This commit is contained in:
parent
462c14aaa2
commit
916e36dd3e
@ -9,6 +9,7 @@ Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
|||||||
# files missing from the tarball
|
# files missing from the tarball
|
||||||
Source1: http.mount.in
|
Source1: http.mount.in
|
||||||
Source2: dav.mount.in
|
Source2: dav.mount.in
|
||||||
|
Source3: smb.mount.in
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glib2-devel >= 2.15.4
|
BuildRequires: glib2-devel >= 2.15.4
|
||||||
@ -40,6 +41,7 @@ required to develop applications using gvfs.
|
|||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} daemon
|
cp %{SOURCE1} daemon
|
||||||
cp %{SOURCE2} daemon
|
cp %{SOURCE2} daemon
|
||||||
|
cp %{SOURCE3} daemon
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
4
smb.mount.in
Normal file
4
smb.mount.in
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Mount]
|
||||||
|
Type=smb-share
|
||||||
|
Exec=@libexecdir@/gvfsd-smb
|
||||||
|
AutoMount=false
|
Loading…
Reference in New Issue
Block a user