Accepting request 40830 from GNOME:Factory
Copy from GNOME:Factory/gvfs based on submit request 40830 from user vuntz OBS-URL: https://build.opensuse.org/request/show/40830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=55
This commit is contained in:
parent
9480cb19c7
commit
5b2f5d61fc
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 27 14:28:11 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- fate#308282: BuildRequire libimobiledevice-devel to enable afc
|
||||
support of gvfs. Split out in gvfs-backend-afc package, which is
|
||||
recommended by gvfs-backends.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 3 22:13:55 CEST 2010 - captain.magnus@opensuse.org
|
||||
|
||||
|
22
gvfs.spec
22
gvfs.spec
@ -19,8 +19,7 @@
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.6.1
|
||||
Release: 1
|
||||
# FIXME add libimobiledevice-devel BuildRequires (it's available in the build service, talking to the packager to add it to factory)
|
||||
Release: 2
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
Url: http://www.gnome.org
|
||||
@ -46,6 +45,7 @@ BuildRequires: libcdio-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgnome-keyring-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libimobiledevice-devel
|
||||
BuildRequires: libsmbclient-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: pkg-config
|
||||
@ -76,12 +76,21 @@ Requires: %{name} >= %{version}
|
||||
%description -n libgvfscommon0
|
||||
VFS functionality for GLib.
|
||||
|
||||
%package backend-afc
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib -- iPod / iPhone Support
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description backend-afc
|
||||
This package provides a gvfs backend that supports iPod / iPhone devices.
|
||||
|
||||
%package backends
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
# FIXME: Requires: or Recommends:? -> Recommends
|
||||
Recommends: gvfs-backend-afc
|
||||
Recommends: obex-data-server
|
||||
|
||||
%description backends
|
||||
@ -172,6 +181,13 @@ rm -rf %{buildroot}
|
||||
%defattr(-, root, root)
|
||||
%{_libexecdir}/%{name}/gvfs-fuse-daemon
|
||||
|
||||
%files backend-afc
|
||||
%defattr(-, root, root)
|
||||
%{_libexecdir}/%{name}/gvfs-afc-volume-monitor
|
||||
%{_datadir}/%{name}/remote-volume-monitors/afc.monitor
|
||||
%{_libexecdir}/%{name}/gvfsd-afc
|
||||
%{_datadir}/%{name}/mounts/afc.mount
|
||||
|
||||
%files backends
|
||||
%defattr(-, root, root)
|
||||
%if %suse_version > 1110
|
||||
|
Loading…
Reference in New Issue
Block a user