rpms/gvfs/devel smb.mount.in,NONE,1.1 gvfs.spec,1.9,1.10

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


Author: mclasen

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

Modified Files:
	gvfs.spec 
Added Files:
	smb.mount.in 
Log Message:
another forgotten file



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


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




More information about the fedora-extras-commits mailing list