rpms/gvfs/devel gvfs.spec,1.37,1.38

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Tue Mar 25 12:09:43 UTC 2008


Author: tbzatek

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

Modified Files:
	gvfs.spec 
Log Message:
* Tue Mar 25 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.2.1-4
- Moved fuse stuff to a dedicated package



Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gvfs.spec	21 Mar 2008 11:01:38 -0000	1.37
+++ gvfs.spec	25 Mar 2008 12:09:06 -0000	1.38
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 0.2.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -12,7 +12,6 @@
 BuildRequires: dbus-glib-devel 
 BuildRequires: /usr/bin/ssh
 BuildRequires: libcdio-devel >= 0.78.2
-BuildRequires: fuse-devel
 BuildRequires: hal-devel >= 0.5.10
 BuildRequires: libsoup-devel >= 2.3.0
 BuildRequires: libsmbclient-devel >= 3.2.0-1.pre2.8
@@ -26,7 +25,6 @@
 BuildRequires: bluez-libs-devel >= 3.12
 BuildRequires: expat-devel
 BuildRequires: libarchive-devel
-BuildRequires: libtool
 
 
 Requires(post): desktop-file-utils
@@ -34,6 +32,7 @@
 
 # The patch touches Makefile.am files:
 BuildRequires: automake autoconf
+BuildRequires: libtool
 Patch1: gvfs-0.2.1-archive-integration.patch
 
 %description
@@ -49,6 +48,17 @@
 The gvfs-devel package contains headers and other files that are
 required to develop applications using gvfs.
 
+%package fuse
+Summary: FUSE support for gvfs
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+BuildRequires: fuse-devel
+Requires: fuse
+
+%description fuse
+This package provides support for applications not using gio
+to access the gvfs filesystems.
+
 
 %prep
 %setup -q
@@ -92,7 +102,7 @@
 
 %files -f gvfs.lang
 %defattr(-, root, root, -)
-%doc AUTHORS COPYING NEWS
+%doc AUTHORS COPYING NEWS README
 %dir %{_datadir}/gvfs
 %dir %{_datadir}/gvfs/mounts
 %dir %{_datadir}/applications/mount-archive.desktop
@@ -118,7 +128,6 @@
 %{_libdir}/gio/modules/libgiohal-volume-monitor.so
 %{_libdir}/gio/modules/libgvfsdbus.so
 %{_libdir}/gio/modules/libgiogconf.so
-%{_libexecdir}/gvfs-fuse-daemon
 %{_libexecdir}/gvfsd
 %{_libexecdir}/gvfsd-ftp
 %{_libexecdir}/gvfsd-sftp
@@ -161,7 +170,15 @@
 %{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
 %{_libdir}/libgvfscommon.so
 
+%files fuse
+%defattr(-, root, root, -)
+%{_libexecdir}/gvfs-fuse-daemon
+
+
 %changelog
+* Tue Mar 25 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.2.1-4
+- Moved fuse stuff to a dedicated package
+
 * Thu Mar 20 2008 Alexander Larsson <alexl at redhat.com> - 0.2.1-3
 - Add patch with simple archive backend UI integration
 




More information about the fedora-extras-commits mailing list