Accepting request 43365 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gvfs via accept of submit request 43365 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/43365 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=81
This commit is contained in:
parent
1f99d2631b
commit
ff47637977
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad75b4a1e0d61ecc271af2f015d665709cebcf22e86b9bbe0cc7ce8a33b8d8d6
|
||||
size 1364399
|
3
gvfs-1.6.2.tar.bz2
Normal file
3
gvfs-1.6.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a422a16b6758ec405b79d8021e115fddf6a88a0278a5d35dd6bcd022cea7248
|
||||
size 1330089
|
14
gvfs.changes
14
gvfs.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 12:48:22 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.6.2:
|
||||
+ bgo#619537: conflicts with GIO / recent glib
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
24
gvfs.spec
24
gvfs.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gvfs (Version 1.6.1)
|
||||
# spec file for package gvfs (Version 1.6.2)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,9 +18,8 @@
|
||||
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
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+
|
||||
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