435 lines
12 KiB
RPMSpec
435 lines
12 KiB
RPMSpec
Summary: Backends for the gio framework in GLib
|
|
Name: gvfs
|
|
Version: 1.0.1
|
|
Release: 3%{?dist}
|
|
License: LGPLv2+
|
|
Group: System Environment/Libraries
|
|
URL: http://www.gtk.org
|
|
Source: http://download.gnome.org/sources/gvfs/1.0/gvfs-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: glib2-devel >= 2.17.4
|
|
BuildRequires: dbus-glib-devel
|
|
BuildRequires: /usr/bin/ssh
|
|
BuildRequires: libcdio-devel >= 0.78.2
|
|
BuildRequires: hal-devel >= 0.5.10
|
|
BuildRequires: libsoup-devel >= 2.23.91
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
BuildRequires: gnome-keyring-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: perl(XML::Parser)
|
|
BuildRequires: GConf2-devel
|
|
|
|
|
|
Requires(post): desktop-file-utils
|
|
Requires(postun): desktop-file-utils
|
|
|
|
# The patch touches Makefile.am files:
|
|
BuildRequires: automake autoconf
|
|
BuildRequires: libtool
|
|
Patch1: gvfs-0.99.2-archive-integration.patch
|
|
|
|
Patch2: gvfs-obexftp-updated-apis-3.patch
|
|
|
|
# From upstream svn
|
|
Patch3: fix-mounting.patch
|
|
|
|
%description
|
|
The gvfs package provides backend implementations for the gio
|
|
framework in GLib. It includes ftp, sftp, cifs.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for gvfs
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
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.
|
|
|
|
|
|
%package smb
|
|
Summary: Windows fileshare support for gvfs
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
BuildRequires: libsmbclient-devel >= 3.2.0-1.pre2.8
|
|
|
|
%description smb
|
|
This package provides support for reading and writing files on windows
|
|
shares (SMB) to applications using gvfs.
|
|
|
|
|
|
%package archive
|
|
Summary: Archiving support for gvfs
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
BuildRequires: libarchive-devel
|
|
|
|
%description archive
|
|
This package provides support for accessing files inside Zip and Tar archives,
|
|
as well as ISO images, to applications using gvfs.
|
|
|
|
|
|
%package obexftp
|
|
Summary: ObexFTP support for gvfs
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: obex-data-server >= 0.3.4-6
|
|
BuildRequires: bluez-libs-devel >= 3.12
|
|
BuildRequires: expat-devel
|
|
|
|
%description obexftp
|
|
This package provides support for reading files on Bluetooth mobile phones
|
|
and devices through ObexFTP to applications using gvfs.
|
|
|
|
|
|
%package gphoto2
|
|
Summary: gphoto2 support for gvfs
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
BuildRequires: libgphoto2-devel
|
|
BuildRequires: libusb-devel
|
|
BuildRequires: libexif-devel
|
|
|
|
%description gphoto2
|
|
This package provides support for reading and writing files on
|
|
PTP based cameras (Picture Transfer Protocol) and MTP based
|
|
media players (Media Transfer Protocol) to applications using gvfs.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch1 -p0 -b .archive-integration
|
|
%patch2 -p0 -b .bluez-ods
|
|
%patch3 -p1 -b .fix-mounting
|
|
|
|
%build
|
|
|
|
# Needed for gvfs-0.2.1-archive-integration.patch
|
|
libtoolize --force || :
|
|
aclocal || :
|
|
autoheader || :
|
|
automake || :
|
|
autoconf || :
|
|
|
|
%configure
|
|
make # %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
|
|
|
%find_lang gvfs
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
# Reload .mount files:
|
|
killall -USR1 gvfsd >&/dev/null || :
|
|
# Update desktop files mime mappings:
|
|
update-desktop-database &> /dev/null ||:
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
# Update desktop files mime mappings:
|
|
update-desktop-database &> /dev/null ||:
|
|
|
|
%files -f gvfs.lang
|
|
%defattr(-, root, root, -)
|
|
%doc AUTHORS COPYING NEWS README
|
|
%dir %{_datadir}/gvfs
|
|
%dir %{_datadir}/gvfs/mounts
|
|
%{_sysconfdir}/profile.d/gvfs-bash-completion.sh
|
|
%{_datadir}/gvfs/mounts/sftp.mount
|
|
%{_datadir}/gvfs/mounts/trash.mount
|
|
%{_datadir}/gvfs/mounts/cdda.mount
|
|
%{_datadir}/gvfs/mounts/computer.mount
|
|
%{_datadir}/gvfs/mounts/dav.mount
|
|
%{_datadir}/gvfs/mounts/http.mount
|
|
%{_datadir}/gvfs/mounts/localtest.mount
|
|
%{_datadir}/gvfs/mounts/burn.mount
|
|
%{_datadir}/gvfs/mounts/dns-sd.mount
|
|
%{_datadir}/gvfs/mounts/network.mount
|
|
%{_datadir}/gvfs/mounts/ftp.mount
|
|
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
|
%{_datadir}/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service
|
|
%{_datadir}/gvfs/remote-volume-monitors/hal.monitor
|
|
%{_libdir}/libgvfscommon.so.*
|
|
# %{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
|
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
|
|
%{_libdir}/gio/modules/libgvfsdbus.so
|
|
%{_libdir}/gio/modules/libgiogconf.so
|
|
%{_libexecdir}/gvfsd
|
|
%{_libexecdir}/gvfsd-ftp
|
|
%{_libexecdir}/gvfsd-sftp
|
|
%{_libexecdir}/gvfsd-trash
|
|
%{_libexecdir}/gvfsd-cdda
|
|
%{_libexecdir}/gvfsd-computer
|
|
%{_libexecdir}/gvfsd-dav
|
|
%{_libexecdir}/gvfsd-http
|
|
%{_libexecdir}/gvfsd-localtest
|
|
%{_libexecdir}/gvfsd-burn
|
|
%{_libexecdir}/gvfsd-dnssd
|
|
%{_libexecdir}/gvfsd-network
|
|
%{_libexecdir}/gvfs-hal-volume-monitor
|
|
%{_bindir}/gvfs-cat
|
|
%{_bindir}/gvfs-copy
|
|
%{_bindir}/gvfs-info
|
|
%{_bindir}/gvfs-less
|
|
%{_bindir}/gvfs-ls
|
|
%{_bindir}/gvfs-mkdir
|
|
%{_bindir}/gvfs-monitor-dir
|
|
%{_bindir}/gvfs-monitor-file
|
|
%{_bindir}/gvfs-mount
|
|
%{_bindir}/gvfs-move
|
|
%{_bindir}/gvfs-open
|
|
%{_bindir}/gvfs-rename
|
|
%{_bindir}/gvfs-rm
|
|
%{_bindir}/gvfs-save
|
|
%{_bindir}/gvfs-trash
|
|
%{_bindir}/gvfs-tree
|
|
|
|
%files devel
|
|
%defattr(-, root, root, -)
|
|
%dir %{_includedir}/gvfs-client
|
|
%dir %{_includedir}/gvfs-client/gvfs
|
|
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
|
|
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
|
|
%{_libdir}/libgvfscommon.so
|
|
|
|
|
|
%files fuse
|
|
%defattr(-, root, root, -)
|
|
%{_libexecdir}/gvfs-fuse-daemon
|
|
|
|
|
|
%files smb
|
|
%defattr(-, root, root, -)
|
|
%{_libexecdir}/gvfsd-smb
|
|
%{_libexecdir}/gvfsd-smb-browse
|
|
%{_datadir}/gvfs/mounts/smb-browse.mount
|
|
%{_datadir}/gvfs/mounts/smb.mount
|
|
|
|
|
|
%files archive
|
|
%defattr(-, root, root, -)
|
|
%dir %{_datadir}/applications/mount-archive.desktop
|
|
%{_libexecdir}/gvfsd-archive
|
|
%{_datadir}/gvfs/mounts/archive.mount
|
|
|
|
|
|
%files obexftp
|
|
%defattr(-, root, root, -)
|
|
%{_libexecdir}/gvfsd-obexftp
|
|
%{_datadir}/gvfs/mounts/obexftp.mount
|
|
|
|
|
|
%files gphoto2
|
|
%defattr(-, root, root, -)
|
|
%{_libexecdir}/gvfsd-gphoto2
|
|
%{_datadir}/gvfs/mounts/gphoto2.mount
|
|
%{_libexecdir}/gvfs-gphoto2-volume-monitor
|
|
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
|
|
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
|
|
|
|
|
%changelog
|
|
* Mon Sep 29 2008 Matthias Clasen <mclasen@redhat.com> - 1.0.1-3
|
|
- Fix mounting
|
|
|
|
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1-2
|
|
- Update obexftp patch from upstream
|
|
|
|
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.0.1-1
|
|
- Update to 1.0.1
|
|
|
|
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1.0.0-2
|
|
- Update to 1.0.0
|
|
|
|
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-6
|
|
- Update patch for missing file
|
|
|
|
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-5
|
|
- Updated patch, fixed deadlock whilst mounting
|
|
|
|
* Wed Sep 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.8-4
|
|
- Actually apply the kerberos patch
|
|
|
|
* Tue Sep 16 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.8-3
|
|
- SMB: Fix kerberos authentication
|
|
|
|
* Mon Sep 15 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.8-2
|
|
- Update to 0.99.8
|
|
|
|
* Mon Sep 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-4
|
|
- Update for BlueZ and obex-data-server D-Bus API changes
|
|
|
|
* Thu Sep 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.7.1-3
|
|
- Rebuild
|
|
|
|
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-2
|
|
- Somebody made the build system be obnoxious and point out my
|
|
errors in obvious ways
|
|
|
|
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-1
|
|
- Update to 0.99.7.1
|
|
|
|
* Tue Sep 2 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.6-1
|
|
- Update to 0.99.6
|
|
|
|
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.5-3
|
|
- Add a comma
|
|
|
|
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.5-2
|
|
- Update some descriptions
|
|
|
|
* Wed Aug 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.5-1
|
|
- Update to 0.99.5
|
|
|
|
* Mon Aug 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.4-1
|
|
- Update to 0.99.4
|
|
|
|
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.3-2
|
|
- Use standard icon names
|
|
|
|
* Wed Jul 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.3-1
|
|
- Update to 0.99.3
|
|
|
|
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.2-1
|
|
- Update to 0.99.2
|
|
- Split out backends to separate packages
|
|
|
|
* Tue Jun 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-3
|
|
- gvfsd-trash: Skip autofs mounts
|
|
|
|
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-2
|
|
- Fix transfer of whole directories from FTP (#448560)
|
|
|
|
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.1-1
|
|
- Update to 0.99.1
|
|
|
|
* Tue May 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.4-1
|
|
- Update to 0.2.4
|
|
|
|
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-10
|
|
- Add application/zip to the supported mime types for the archive
|
|
backend (launchpad #211697)
|
|
|
|
* Sun Apr 19 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-9
|
|
- Ensure archive mounts are read-only and turn on thumbnailing on them
|
|
- Update fuse threading patch
|
|
|
|
* Fri Apr 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-8
|
|
- Fix thread-safety issues in gvfs-fuse-daemon
|
|
- Prevent dbus from shutting us down unexpectedly
|
|
|
|
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-7
|
|
- Put X-Gnome-Vfs-System=gio into mount-archarive.desktop (See #442835)
|
|
|
|
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-6
|
|
- Reenable gphoto automounting
|
|
- Support unmounting all mounts for a scheme
|
|
|
|
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-5
|
|
- Fix hangs when unmounting gphoto mounts
|
|
|
|
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-4
|
|
- Only show mounts in /media and inside $HOME (#442189)
|
|
|
|
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-3
|
|
- Fix a bug that causes application crashes (#441084)
|
|
|
|
* Fri Apr 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-2
|
|
- Fix a crash of the fuse daemon on 64bit
|
|
|
|
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-1
|
|
- Update to 0.2.3
|
|
|
|
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.2-1
|
|
- Update to 0.2.2
|
|
|
|
* 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
|
|
|
|
* Tue Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
|
|
- Added libarchive dependency for archive backend
|
|
- Require new libsmbclient in order to get smb backend working again
|
|
|
|
* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
|
|
- Update to 0.2.1 (archive backend temporarily disabled)
|
|
|
|
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-2
|
|
- Silence %%post
|
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-1
|
|
- Update to 0.2.0.1
|
|
|
|
* Thu Mar 6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
|
|
- Add patch that fixes a deadlock when foreign volume is removed
|
|
|
|
* Tue Mar 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
|
|
- Update to 0.1.11
|
|
|
|
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
|
|
- Update to 0.1.10
|
|
|
|
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
|
|
- Update to 0.1.8
|
|
|
|
* Thu Feb 14 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-3
|
|
- Add patch that fixes a smb bug that can cause short reads when copying files
|
|
|
|
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
|
|
- Fix double free in hal volume monitor
|
|
- Ensure gconf module is built by adding build dep
|
|
|
|
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
|
|
- Update to 0.1.7
|
|
|
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
|
|
- Update to 0.1.6
|
|
|
|
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
|
|
- Update to 0.1.5
|
|
- Reenable http/dav
|
|
|
|
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2
|
|
- Remove the http/dav stuff for now, as we don't have the latest libsoup
|
|
|
|
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
|
|
- Update to 0.1.4
|
|
- Send USR1 in post to reload config
|
|
|
|
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
|
|
- Update to 0.1.2
|
|
|
|
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
|
|
- Update to 0.1.1
|
|
|
|
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
|
|
- Initial packaging
|