rpms/gvfs/devel dav.mount.in, NONE, 1.1 http.mount.in, NONE, 1.1 gvfs.spec, 1.8, 1.9

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Jan 29 04:01:11 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13126

Modified Files:
	gvfs.spec 
Added Files:
	dav.mount.in http.mount.in 
Log Message:
add files missing from the tarball



--- NEW FILE dav.mount.in ---
[Mount]
Type=dav
Exec=@libexecdir@/gvfsd-dav
AutoMount=false


--- NEW FILE http.mount.in ---
[Mount]
Type=http
Exec=@libexecdir@/gvfsd-http
AutoMount=true
DBusName=org.gtk.vfs.mountpoint.http


Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gvfs.spec	29 Jan 2008 03:08:03 -0000	1.8
+++ gvfs.spec	29 Jan 2008 04:00:35 -0000	1.9
@@ -6,6 +6,9 @@
 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 @@
 
 %prep
 %setup -q 
+cp %{SOURCE1} daemon
+cp %{SOURCE2} daemon
 
 %build
 %configure 




More information about the fedora-extras-commits mailing list