- Moved fuse stuff to a dedicated package

This commit is contained in:
Tomas Bzatek 2008-03-25 12:09:06 +00:00
parent 7fab4fe9f5
commit 57f832b1c8

View File

@ -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: glib2-devel >= 2.16.0
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: GConf2-devel
BuildRequires: bluez-libs-devel >= 3.12
BuildRequires: expat-devel
BuildRequires: libarchive-devel
BuildRequires: libtool
Requires(post): desktop-file-utils
@ -34,6 +32,7 @@ Requires(postun): desktop-file-utils
# The patch touches Makefile.am files:
BuildRequires: automake autoconf
BuildRequires: libtool
Patch1: gvfs-0.2.1-archive-integration.patch
%description
@ -49,6 +48,17 @@ Requires: %{name} = %{version}-%{release}
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 @@ update-desktop-database &> /dev/null ||:
%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 @@ update-desktop-database &> /dev/null ||:
%{_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 @@ update-desktop-database &> /dev/null ||:
%{_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@redhat.com> - 0.2.1-4
- Moved fuse stuff to a dedicated package
* Thu Mar 20 2008 Alexander Larsson <alexl@redhat.com> - 0.2.1-3
- Add patch with simple archive backend UI integration