- 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
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.6.3
|
Version: 1.6.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
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
|
PTP based cameras (Picture Transfer Protocol) and MTP based
|
||||||
media players (Media Transfer Protocol) to applications using gvfs.
|
media players (Media Transfer Protocol) to applications using gvfs.
|
||||||
|
|
||||||
|
%ifnarch s390 s390x
|
||||||
%package afc
|
%package afc
|
||||||
Summary: AFC support for gvfs
|
Summary: AFC support for gvfs
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -134,6 +135,7 @@ BuildRequires: libimobiledevice-devel >= 0.9.7
|
|||||||
%description afc
|
%description afc
|
||||||
This package provides support for reading files on mobile devices
|
This package provides support for reading files on mobile devices
|
||||||
including phones and music players to applications using gvfs.
|
including phones and music players to applications using gvfs.
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -191,8 +193,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
killall -USR1 gvfsd >&/dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
%post gphoto2
|
%post gphoto2
|
||||||
killall -USR1 gvfsd >&/dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
|
%ifnarch s390 s390x
|
||||||
%post afc
|
%post afc
|
||||||
killall -USR1 gvfsd >&/dev/null || :
|
killall -USR1 gvfsd >&/dev/null || :
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -f gvfs.lang
|
%files -f gvfs.lang
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@ -297,6 +301,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
|
%{_datadir}/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
|
||||||
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
||||||
|
|
||||||
|
%ifnarch s390 s390x
|
||||||
%files afc
|
%files afc
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libexecdir}/gvfsd-afc
|
%{_libexecdir}/gvfsd-afc
|
||||||
@ -304,8 +309,12 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_libexecdir}/gvfs-afc-volume-monitor
|
%{_libexecdir}/gvfs-afc-volume-monitor
|
||||||
%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service
|
%{_datadir}/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service
|
||||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.3-1
|
||||||
- Update to 1.6.3
|
- Update to 1.6.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user