- Add AFC backend
This commit is contained in:
parent
6bd3eb5c85
commit
94a739ae05
2210
0001-Add-AFC-backend.patch
Normal file
2210
0001-Add-AFC-backend.patch
Normal file
File diff suppressed because it is too large
Load Diff
25
gvfs.spec
25
gvfs.spec
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.3.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -41,7 +41,8 @@ Patch4: gvfs-1.3.4-dont-strip-mount-prefix-for-local-paths.patch
|
||||
Patch8: gvfs-1.2.2-dnssd-deadlock.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=504339
|
||||
Patch9: gvfs-1.2.3-sftp-40sec-timeout.patch
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=591005
|
||||
Patch10: 0001-Add-AFC-backend.patch
|
||||
|
||||
%description
|
||||
The gvfs package provides backend implementations for the gio
|
||||
@ -119,7 +120,16 @@ 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.
|
||||
|
||||
%package afc
|
||||
Summary: AFC support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: usbmuxd
|
||||
BuildRequires: libiphone-devel >= 0.9.2 libgudev-devel
|
||||
|
||||
%description afc
|
||||
This package provides support for reading files on Apple iPhones and
|
||||
and iPod Touches to applications using gvfs.
|
||||
|
||||
|
||||
%prep
|
||||
@ -128,6 +138,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
||||
%patch4 -p1 -b .mount-prefix
|
||||
%patch8 -p1 -b .dnssd-deadlock
|
||||
%patch9 -p1 -b .sftp-timeout
|
||||
%patch10 -p1 -b .afc
|
||||
|
||||
%build
|
||||
|
||||
@ -272,8 +283,18 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
|
||||
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
||||
|
||||
%files afc
|
||||
%defattr(-, root, root, -)
|
||||
%{_libexecdir}/gvfsd-afc
|
||||
%{_datadir}/gvfs/mounts/afc.mount
|
||||
%{_libexecdir}/gvfs-afc-volume-monitor
|
||||
%{_datadir}/dbus-1/services/org.gtk.Private.AFCVolumeMonitor.service
|
||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||
|
||||
%changelog
|
||||
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-2
|
||||
- Add AFC backend
|
||||
|
||||
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.4-1
|
||||
- Update to 1.3.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user