drop obexftp
This commit is contained in:
parent
efb9b9db8c
commit
2fbaf5aaaf
26
gvfs.spec
26
gvfs.spec
@ -3,7 +3,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.17.91
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3 and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -94,21 +94,6 @@ This package provides support for accessing files inside Zip and Tar archives,
|
||||
as well as ISO images, to applications using gvfs.
|
||||
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%package obexftp
|
||||
Summary: ObexFTP support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: obex-data-server >= 0.3.4-6
|
||||
BuildRequires: bluez-libs-devel >= 3.12
|
||||
Obsoletes: gnome-vfs2-obexftp <= 0.4
|
||||
|
||||
%description obexftp
|
||||
This package provides support for reading files on Bluetooth mobile phones
|
||||
and devices through ObexFTP to applications using gvfs.
|
||||
%endif
|
||||
|
||||
|
||||
%package gphoto2
|
||||
Summary: gphoto2 support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
@ -232,8 +217,6 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%post goa
|
||||
killall -USR1 gvfsd >&/dev/null || :
|
||||
%ifnarch s390 s390x
|
||||
%post obexftp
|
||||
killall -USR1 gvfsd >&/dev/null || :
|
||||
%post afc
|
||||
killall -USR1 gvfsd >&/dev/null || :
|
||||
%endif
|
||||
@ -346,10 +329,6 @@ update-desktop-database >&/dev/null || :
|
||||
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%files obexftp
|
||||
%{_libexecdir}/gvfsd-obexftp
|
||||
%{_datadir}/gvfs/mounts/obexftp.mount
|
||||
|
||||
%files afc
|
||||
%{_libexecdir}/gvfsd-afc
|
||||
%{_datadir}/gvfs/mounts/afc.mount
|
||||
@ -377,6 +356,9 @@ update-desktop-database >&/dev/null || :
|
||||
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
|
||||
|
||||
%changelog
|
||||
* Wed Sep 18 2013 Matthias Clasen<mclasen@redhat.com> - 1.17.91-2
|
||||
- Drop obexftp subpackage
|
||||
|
||||
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.91-1
|
||||
- Update to 1.17.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user