add files missing from the tarball
This commit is contained in:
parent
b47c3fbc60
commit
462c14aaa2
4
dav.mount.in
Normal file
4
dav.mount.in
Normal file
@ -0,0 +1,4 @@
|
||||
[Mount]
|
||||
Type=dav
|
||||
Exec=@libexecdir@/gvfsd-dav
|
||||
AutoMount=false
|
@ -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
5
http.mount.in
Normal file
@ -0,0 +1,5 @@
|
||||
[Mount]
|
||||
Type=http
|
||||
Exec=@libexecdir@/gvfsd-http
|
||||
AutoMount=true
|
||||
DBusName=org.gtk.vfs.mountpoint.http
|
Loading…
Reference in New Issue
Block a user