add files missing from the tarball

This commit is contained in:
Matthias Clasen 2008-01-29 04:00:35 +00:00
parent b47c3fbc60
commit 462c14aaa2
3 changed files with 14 additions and 0 deletions

4
dav.mount.in Normal file
View File

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

View File

@ -6,6 +6,9 @@ License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: glib2-devel >= 2.15.4
@ -35,6 +38,8 @@ required to develop applications using gvfs.
%prep
%setup -q
cp %{SOURCE1} daemon
cp %{SOURCE2} daemon
%build
%configure

5
http.mount.in Normal file
View File

@ -0,0 +1,5 @@
[Mount]
Type=http
Exec=@libexecdir@/gvfsd-http
AutoMount=true
DBusName=org.gtk.vfs.mountpoint.http