Accepting request 40830 from GNOME:Factory
checked in (request 40830) OBS-URL: https://build.opensuse.org/request/show/40830 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=80
This commit is contained in:
parent
e0f731744e
commit
1f99d2631b
@ -1,10 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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
|
Mon May 3 22:13:55 CEST 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
20
gvfs.spec
20
gvfs.spec
@ -20,6 +20,7 @@
|
|||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 1
|
Release: 1
|
||||||
|
# FIXME add libimobiledevice-devel BuildRequires (it's available in the build service, talking to the packager to add it to factory)
|
||||||
License: LGPLv2.0+
|
License: LGPLv2.0+
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -45,7 +46,6 @@ BuildRequires: libcdio-devel
|
|||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
BuildRequires: libgphoto2-devel
|
BuildRequires: libgphoto2-devel
|
||||||
BuildRequires: libimobiledevice-devel
|
|
||||||
BuildRequires: libsmbclient-devel
|
BuildRequires: libsmbclient-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -76,21 +76,12 @@ Requires: %{name} >= %{version}
|
|||||||
%description -n libgvfscommon0
|
%description -n libgvfscommon0
|
||||||
VFS functionality for GLib.
|
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
|
%package backends
|
||||||
License: LGPLv2.0+
|
License: LGPLv2.0+
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Recommends: gvfs-backend-afc
|
# FIXME: Requires: or Recommends:? -> Recommends
|
||||||
Recommends: obex-data-server
|
Recommends: obex-data-server
|
||||||
|
|
||||||
%description backends
|
%description backends
|
||||||
@ -181,13 +172,6 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libexecdir}/%{name}/gvfs-fuse-daemon
|
%{_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
|
%files backends
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%if %suse_version > 1110
|
%if %suse_version > 1110
|
||||||
|
Loading…
Reference in New Issue
Block a user