gvfs/gvfs.spec

303 lines
8.7 KiB
RPMSpec
Raw Normal View History

2007-12-21 22:34:57 +00:00
Summary: Backends for the gio framework in GLib
Name: gvfs
2008-06-04 00:29:49 +00:00
Version: 0.99.1
2008-06-24 12:26:33 +00:00
Release: 3%{?dist}
2007-12-21 22:34:57 +00:00
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
2008-06-04 00:29:49 +00:00
Source: http://download.gnome.org/sources/gvfs/0.99/gvfs-%{version}.tar.bz2
2007-12-21 22:34:57 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: glib2-devel >= 2.16.0
2007-12-21 22:34:57 +00:00
BuildRequires: dbus-glib-devel
BuildRequires: /usr/bin/ssh
BuildRequires: libcdio-devel >= 0.78.2
2008-02-11 23:42:20 +00:00
BuildRequires: hal-devel >= 0.5.10
2008-01-29 03:08:03 +00:00
BuildRequires: libsoup-devel >= 2.3.0
BuildRequires: libsmbclient-devel >= 3.2.0-1.pre2.8
2008-02-26 02:34:07 +00:00
BuildRequires: avahi-glib-devel >= 0.6
2008-06-06 12:38:07 +00:00
BuildRequires: libgphoto2-devel
2008-06-11 16:08:23 +00:00
BuildRequires: libusb-devel
BuildRequires: libexif-devel
2008-02-26 02:34:07 +00:00
BuildRequires: gnome-keyring-devel
2008-01-14 18:00:23 +00:00
BuildRequires: intltool
BuildRequires: gettext-devel
BuildRequires: perl(XML::Parser)
BuildRequires: GConf2-devel
2008-03-04 15:02:39 +00:00
BuildRequires: bluez-libs-devel >= 3.12
2008-03-04 15:49:08 +00:00
BuildRequires: expat-devel
BuildRequires: libarchive-devel
2007-12-21 22:34:57 +00:00
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
# The patch touches Makefile.am files:
BuildRequires: automake autoconf
BuildRequires: libtool
2008-03-28 13:45:15 +00:00
Patch1: gvfs-0.2.2-archive-integration.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=522933
Patch2: gvfs-ftp-read-directory-2.patch
2008-06-24 12:26:33 +00:00
# http://bugzilla.gnome.org/show_bug.cgi?id=525779
Patch3: gvfs-0.2.4-trash-automount.patch
2007-12-21 22:34:57 +00:00
%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.
2007-12-21 22:34:57 +00:00
%prep
%setup -q
%patch1 -p0 -b .archive-integration
%patch2 -p0 -b .recurse-dir
2008-06-24 12:26:33 +00:00
%patch3 -p1 -b .trash
2007-12-21 22:34:57 +00:00
%build
# Needed for gvfs-0.2.1-archive-integration.patch
2008-03-21 11:01:38 +00:00
libtoolize --force || :
aclocal || :
2008-03-21 11:01:38 +00:00
autoheader || :
automake || :
2008-03-21 11:01:38 +00:00
autoconf || :
2008-06-11 16:08:23 +00:00
%configure
2008-02-26 03:47:02 +00:00
make # %{?_smp_mflags}
2007-12-21 22:34:57 +00:00
%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:
2008-03-17 14:15:27 +00:00
killall -USR1 gvfsd >&/dev/null || :
# Update desktop files mime mappings:
update-desktop-database &> /dev/null ||:
2007-12-21 22:34:57 +00:00
%postun
/sbin/ldconfig
# Update desktop files mime mappings:
update-desktop-database &> /dev/null ||:
2007-12-21 22:34:57 +00:00
%files -f gvfs.lang
%defattr(-, root, root, -)
%doc AUTHORS COPYING NEWS README
2008-01-08 16:09:06 +00:00
%dir %{_datadir}/gvfs
%dir %{_datadir}/gvfs/mounts
%dir %{_datadir}/applications/mount-archive.desktop
2008-02-25 21:02:35 +00:00
%{_sysconfdir}/profile.d/gvfs-bash-completion.sh
2008-01-08 16:09:06 +00:00
%{_datadir}/gvfs/mounts/sftp.mount
%{_datadir}/gvfs/mounts/smb-browse.mount
%{_datadir}/gvfs/mounts/smb.mount
%{_datadir}/gvfs/mounts/trash.mount
%{_datadir}/gvfs/mounts/cdda.mount
2008-01-08 16:45:46 +00:00
%{_datadir}/gvfs/mounts/computer.mount
2008-01-29 03:08:03 +00:00
%{_datadir}/gvfs/mounts/dav.mount
%{_datadir}/gvfs/mounts/http.mount
2008-01-14 19:36:25 +00:00
%{_datadir}/gvfs/mounts/localtest.mount
%{_datadir}/gvfs/mounts/burn.mount
2008-02-25 21:02:35 +00:00
%{_datadir}/gvfs/mounts/dns-sd.mount
%{_datadir}/gvfs/mounts/gphoto2.mount
%{_datadir}/gvfs/mounts/network.mount
2008-03-04 14:46:30 +00:00
%{_datadir}/gvfs/mounts/obexftp.mount
%{_datadir}/gvfs/mounts/ftp.mount
%{_datadir}/gvfs/mounts/archive.mount
2008-01-08 16:09:06 +00:00
%{_datadir}/dbus-1/services/gvfs-daemon.service
2007-12-21 22:34:57 +00:00
%{_libdir}/libgvfscommon.so.*
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
%{_libdir}/gio/modules/libgvfsdbus.so
%{_libdir}/gio/modules/libgiogconf.so
2007-12-21 22:34:57 +00:00
%{_libexecdir}/gvfsd
%{_libexecdir}/gvfsd-ftp
%{_libexecdir}/gvfsd-sftp
%{_libexecdir}/gvfsd-smb
%{_libexecdir}/gvfsd-smb-browse
%{_libexecdir}/gvfsd-trash
%{_libexecdir}/gvfsd-cdda
2008-01-08 16:45:46 +00:00
%{_libexecdir}/gvfsd-computer
2008-01-29 03:08:03 +00:00
%{_libexecdir}/gvfsd-dav
%{_libexecdir}/gvfsd-http
2008-01-14 19:36:25 +00:00
%{_libexecdir}/gvfsd-localtest
%{_libexecdir}/gvfsd-burn
2008-02-25 21:02:35 +00:00
%{_libexecdir}/gvfsd-dnssd
%{_libexecdir}/gvfsd-gphoto2
%{_libexecdir}/gvfsd-network
2008-03-04 14:46:30 +00:00
%{_libexecdir}/gvfsd-obexftp
%{_libexecdir}/gvfsd-archive
2007-12-21 22:34:57 +00:00
%{_bindir}/gvfs-cat
%{_bindir}/gvfs-copy
%{_bindir}/gvfs-info
%{_bindir}/gvfs-less
%{_bindir}/gvfs-ls
2008-01-29 05:17:47 +00:00
%{_bindir}/gvfs-mkdir
2007-12-21 22:34:57 +00:00
%{_bindir}/gvfs-monitor-dir
%{_bindir}/gvfs-monitor-file
%{_bindir}/gvfs-mount
%{_bindir}/gvfs-move
2008-02-12 00:21:24 +00:00
%{_bindir}/gvfs-open
2008-03-18 09:09:11 +00:00
%{_bindir}/gvfs-rename
%{_bindir}/gvfs-rm
2007-12-21 22:34:57 +00:00
%{_bindir}/gvfs-save
%{_bindir}/gvfs-trash
2008-02-25 21:02:35 +00:00
%{_bindir}/gvfs-tree
2007-12-21 22:34:57 +00:00
%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
2008-04-19 01:41:15 +00:00
%{_libdir}/libgvfscommon.so
2007-12-21 22:34:57 +00:00
%files fuse
%defattr(-, root, root, -)
%{_libexecdir}/gvfs-fuse-daemon
2007-12-21 22:34:57 +00:00
%changelog
2008-06-24 12:26:33 +00:00
* 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)
2008-06-04 00:29:49 +00:00
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.1-1
- Update to 0.99.1
2008-05-27 08:34:25 +00:00
* 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
2008-04-19 01:41:15 +00:00
- 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)
2008-04-17 03:34:27 +00:00
* 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)
2008-04-12 03:05:55 +00:00
* Fri Apr 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-2
- Fix a crash of the fuse daemon on 64bit
2008-04-08 02:46:49 +00:00
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-1
- Update to 0.2.3
2008-03-28 13:45:15 +00:00
* 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)
2008-03-17 14:15:27 +00:00
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.0.1-2
- Silence %%post
2008-03-10 20:58:26 +00:00
* 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
2008-03-04 18:32:27 +00:00
* Tue Mar 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.11-1
- Update to 0.1.11
2008-03-04 15:49:08 +00:00
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
- Update to 0.1.10
2008-03-04 14:46:30 +00:00
2008-02-25 21:02:35 +00:00
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
- Update to 0.1.8
2008-02-14 13:00:20 +00:00
* 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
2008-02-11 23:42:20 +00:00
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
- Update to 0.1.7
2008-01-29 17:50:28 +00:00
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
- Update to 0.1.6
2008-01-29 03:08:03 +00:00
* 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
2008-01-14 18:00:23 +00:00
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
- Update to 0.1.2
2008-01-08 16:09:06 +00:00
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
- Update to 0.1.1
2007-12-21 22:34:57 +00:00
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
- Initial packaging