- s390(x) machines can't connect mobile phones or players
This commit is contained in:
parent
6a34d2baa7
commit
8739b3c60e
11
gvfs.spec
11
gvfs.spec
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.6.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -124,6 +124,7 @@ 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.
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%package afc
|
||||
Summary: AFC support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
@ -134,6 +135,7 @@ BuildRequires: libimobiledevice-devel >= 0.9.7
|
||||
%description afc
|
||||
This package provides support for reading files on mobile devices
|
||||
including phones and music players to applications using gvfs.
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
@ -191,8 +193,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
killall -USR1 gvfsd >&/dev/null || :
|
||||
%post gphoto2
|
||||
killall -USR1 gvfsd >&/dev/null || :
|
||||
%ifnarch s390 s390x
|
||||
%post afc
|
||||
killall -USR1 gvfsd >&/dev/null || :
|
||||
%endif
|
||||
|
||||
%files -f gvfs.lang
|
||||
%defattr(-, root, root, -)
|
||||
@ -297,6 +301,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
|
||||
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%files afc
|
||||
%defattr(-, root, root, -)
|
||||
%{_libexecdir}/gvfsd-afc
|
||||
@ -304,8 +309,12 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_libexecdir}/gvfs-afc-volume-monitor
|
||||
%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service
|
||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> - 1.6.3-2
|
||||
- s390(x) machines can't connect mobile phones or players
|
||||
|
||||
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.3-1
|
||||
- Update to 1.6.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user