2008-01-28 04:35:08 +01:00
|
|
|
#
|
2011-03-14 21:50:51 +01:00
|
|
|
# spec file for package gvfs
|
2008-01-28 04:35:08 +01:00
|
|
|
#
|
2022-01-19 18:24:37 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2008-01-28 04:35:08 +01:00
|
|
|
#
|
2008-08-14 01:32:58 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-03-12 15:13:59 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2008-01-28 04:35:08 +01:00
|
|
|
#
|
|
|
|
|
2012-01-18 20:56:10 +01:00
|
|
|
|
2018-09-27 09:39:47 +02:00
|
|
|
%bcond_without cdda
|
2008-01-28 04:35:08 +01:00
|
|
|
Name: gvfs
|
2022-05-31 09:17:23 +02:00
|
|
|
Version: 1.50.2
|
2011-12-21 05:32:04 +01:00
|
|
|
Release: 0
|
2017-09-11 18:31:27 +02:00
|
|
|
Summary: Virtual File System functionality for GLib
|
2021-03-24 17:38:09 +01:00
|
|
|
License: GPL-3.0-only AND LGPL-2.0-or-later
|
2009-09-04 01:24:37 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2018-03-09 11:07:49 +01:00
|
|
|
URL: https://wiki.gnome.org/Projects/gvfs
|
2022-03-21 09:36:50 +01:00
|
|
|
Source0: https://download.gnome.org/sources/gvfs/1.50/%{name}-%{version}.tar.xz
|
2010-08-10 00:37:49 +02:00
|
|
|
Source99: baselibs.conf
|
2018-09-27 09:39:47 +02:00
|
|
|
|
2018-03-09 11:07:49 +01:00
|
|
|
### NOTE: Please, keep SLE-only patches at bottom (starting on 1000).
|
2015-10-29 14:29:18 +01:00
|
|
|
# PATCH-FEATURE-SLE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus
|
2018-03-09 11:07:49 +01:00
|
|
|
Patch1000: gvfs-nds.patch
|
|
|
|
# PATCH-FEATURE-SLE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
|
|
|
Patch1001: gvfs-nvvfs.patch
|
2018-09-27 09:39:47 +02:00
|
|
|
|
2012-09-07 19:06:37 +02:00
|
|
|
BuildRequires: docbook-xsl-stylesheets
|
2018-09-27 09:39:47 +02:00
|
|
|
BuildRequires: libgcrypt-devel >= 1.2.2
|
2019-09-19 17:22:33 +02:00
|
|
|
BuildRequires: meson >= 0.50.0
|
2018-03-09 11:07:49 +01:00
|
|
|
BuildRequires: openssh
|
2017-09-06 21:38:37 +02:00
|
|
|
BuildRequires: pkgconfig
|
2012-09-07 19:06:37 +02:00
|
|
|
BuildRequires: xsltproc
|
2018-09-27 09:39:47 +02:00
|
|
|
BuildRequires: pkgconfig(avahi-client) >= 0.6
|
|
|
|
BuildRequires: pkgconfig(avahi-glib) >= 0.6
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2019-09-19 17:22:33 +02:00
|
|
|
BuildRequires: pkgconfig(fuse3) >= 3.0.0
|
2015-09-04 13:32:10 +02:00
|
|
|
BuildRequires: pkgconfig(gcr-base-3)
|
2012-09-07 19:28:45 +02:00
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
2022-03-21 09:36:50 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.70.0
|
2015-09-17 15:05:49 +02:00
|
|
|
BuildRequires: pkgconfig(goa-1.0) >= 3.17.1
|
2012-09-07 19:28:45 +02:00
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
2019-09-19 17:22:33 +02:00
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.33.0
|
2014-08-23 13:52:23 +02:00
|
|
|
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
2018-09-27 09:39:47 +02:00
|
|
|
BuildRequires: pkgconfig(libarchive)
|
2011-11-18 21:17:57 +01:00
|
|
|
BuildRequires: pkgconfig(libbluray)
|
2016-09-08 23:23:33 +02:00
|
|
|
BuildRequires: pkgconfig(libcap)
|
2021-03-24 17:38:09 +01:00
|
|
|
BuildRequires: pkgconfig(libgdata) >= 0.18.0
|
2018-09-27 09:39:47 +02:00
|
|
|
BuildRequires: pkgconfig(libgphoto2) >= 2.4.0
|
|
|
|
BuildRequires: pkgconfig(libimobiledevice-1.0) >= 1.2
|
|
|
|
BuildRequires: pkgconfig(libmtp) >= 1.1.12
|
2018-01-18 09:17:43 +01:00
|
|
|
BuildRequires: pkgconfig(libnfs) >= 1.9.8
|
2012-09-07 19:06:37 +02:00
|
|
|
BuildRequires: pkgconfig(libsecret-unstable)
|
2022-03-21 09:36:50 +01:00
|
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
2016-07-11 11:51:44 +02:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2017-02-22 21:41:11 +01:00
|
|
|
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.21
|
2018-09-27 09:39:47 +02:00
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
|
2013-03-13 23:39:11 +01:00
|
|
|
BuildRequires: pkgconfig(smbclient)
|
2019-12-27 17:23:40 +01:00
|
|
|
BuildRequires: pkgconfig(systemd)
|
2018-09-27 09:39:47 +02:00
|
|
|
BuildRequires: pkgconfig(udisks2) >= 1.97
|
2008-03-26 16:13:57 +01:00
|
|
|
Recommends: gvfs-backends
|
2008-03-21 02:56:41 +01:00
|
|
|
Recommends: gvfs-common
|
2008-03-26 16:13:57 +01:00
|
|
|
Recommends: gvfs-fuse
|
2018-03-09 11:07:49 +01:00
|
|
|
%{glib2_gio_module_requires}
|
2017-09-06 21:38:37 +02:00
|
|
|
%{?systemd_requires}
|
2018-09-27 09:39:47 +02:00
|
|
|
%if %{with cdda}
|
2017-09-06 21:38:37 +02:00
|
|
|
BuildRequires: pkgconfig(libcdio_paranoia) >= 0.78.2
|
|
|
|
%endif
|
2020-03-16 10:56:07 +01:00
|
|
|
%if 0%{?sle_version}
|
2014-04-03 22:46:05 +02:00
|
|
|
# The library gvfscommon was converted to a private library and is not used outside of gvfs
|
|
|
|
Obsoletes: libgvfscommon0 <= %{version}
|
2016-09-08 23:23:33 +02:00
|
|
|
%endif
|
2008-01-28 04:35:08 +01:00
|
|
|
|
|
|
|
%description
|
2017-09-11 18:31:27 +02:00
|
|
|
gvfs GNOME's userspace virtual filesystem designed to work with the
|
|
|
|
I/O abstraction of GIO, a library available with GLib. gvfs installs
|
|
|
|
several modules that are automatically used by applications using the
|
|
|
|
APIs of libgio. There is also FUSE support that allows applications
|
|
|
|
not using GIO to access the GVfs filesystems.
|
2008-01-28 04:35:08 +01:00
|
|
|
|
2010-07-21 15:29:23 +02:00
|
|
|
%package backend-afc
|
2022-01-19 18:24:37 +01:00
|
|
|
%define mobile_device_package %(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libimobiledevice-1.0.so))
|
2010-07-21 15:29:23 +02:00
|
|
|
Summary: VFS functionality for GLib -- iPod / iPhone Support
|
2018-03-06 15:19:54 +01:00
|
|
|
License: LGPL-2.0-or-later
|
2010-07-21 15:29:23 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name} = %{version}
|
2022-01-19 18:24:37 +01:00
|
|
|
Supplements: (gvfs and %{mobile_device_package})
|
2010-07-21 15:29:23 +02:00
|
|
|
|
|
|
|
%description backend-afc
|
|
|
|
This package provides a gvfs backend that supports iPod / iPhone devices.
|
|
|
|
|
2016-02-20 12:51:14 +01:00
|
|
|
%package backend-samba
|
2018-03-09 11:07:49 +01:00
|
|
|
%define smb_client_package %(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/libsmbclient.so))
|
2016-02-20 12:51:14 +01:00
|
|
|
Summary: VFS functionality for GLib -- Samba Support
|
2018-03-06 15:19:54 +01:00
|
|
|
License: LGPL-2.0-or-later
|
2016-02-20 12:51:14 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: %{name}-backends = %{version}
|
2022-01-19 18:24:37 +01:00
|
|
|
Supplements: (gvfs and %{smb_client_package})
|
2016-02-20 12:51:14 +01:00
|
|
|
|
|
|
|
%description backend-samba
|
|
|
|
This package provides a gvfs backend that supports Samba.
|
|
|
|
|
2008-03-21 02:56:41 +01:00
|
|
|
%package backends
|
|
|
|
Summary: VFS functionality for GLib
|
2021-03-24 17:38:09 +01:00
|
|
|
License: GPL-3.0-only AND LGPL-2.0-or-later
|
2008-03-21 02:56:41 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name} = %{version}
|
2018-03-09 11:07:49 +01:00
|
|
|
# FIXME: use proper Requires(pre/post/preun/...)
|
|
|
|
PreReq: permissions
|
2012-04-01 11:47:15 +02:00
|
|
|
Recommends: udisks2
|
2008-03-21 02:56:41 +01:00
|
|
|
|
|
|
|
%description backends
|
|
|
|
VFS functionality for GLib.
|
2016-09-08 23:23:33 +02:00
|
|
|
This package contains all necessary backend files and libraries.
|
2008-03-21 02:56:41 +01:00
|
|
|
|
|
|
|
%package fuse
|
|
|
|
Summary: VFS functionality for GLib
|
2018-03-06 15:19:54 +01:00
|
|
|
License: LGPL-2.0-or-later
|
2008-03-21 02:56:41 +01:00
|
|
|
Group: System/Filesystems
|
|
|
|
Requires: %{name} = %{version}
|
2019-09-19 17:22:33 +02:00
|
|
|
Requires: fuse3
|
2008-03-21 02:56:41 +01:00
|
|
|
|
|
|
|
%description fuse
|
2017-09-11 18:31:27 +02:00
|
|
|
gvfs GNOME's userspace virtual filesystem designed to work with the
|
|
|
|
I/O abstraction of GIO, a library available with GLib. gvfs installs
|
|
|
|
several modules that are automatically used by applications using the
|
|
|
|
APIs of libgio.
|
|
|
|
|
|
|
|
This package contains FUSE support that allows applications
|
|
|
|
not using GIO to access the GVfs filesystems.
|
2008-03-21 02:56:41 +01:00
|
|
|
|
2008-01-28 04:35:08 +01:00
|
|
|
%package devel
|
2017-09-11 18:31:27 +02:00
|
|
|
Summary: Development files for the GNOME Virtual file system
|
2018-03-06 15:19:54 +01:00
|
|
|
License: LGPL-2.0-or-later
|
2008-01-28 04:35:08 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
2017-09-11 18:31:27 +02:00
|
|
|
gvfs GNOME's userspace virtual filesystem designed to work with the
|
|
|
|
I/O abstraction of GIO, a library available with GLib. gvfs installs
|
|
|
|
several modules that are automatically used by applications using the
|
|
|
|
APIs of libgio.
|
|
|
|
|
|
|
|
This subpackage contains libraries and header files for developing
|
|
|
|
gvfs plugins.
|
2008-01-28 04:35:08 +01:00
|
|
|
|
|
|
|
%lang_package
|
2017-09-06 21:38:37 +02:00
|
|
|
|
2008-01-28 04:35:08 +01:00
|
|
|
%prep
|
2009-09-04 01:24:37 +02:00
|
|
|
%setup -q
|
2022-03-21 09:36:50 +01:00
|
|
|
|
2020-03-16 10:56:07 +01:00
|
|
|
%if 0%{?sle_version}
|
2018-03-09 11:07:49 +01:00
|
|
|
%patch1000 -p1
|
|
|
|
%patch1001 -p1
|
2016-09-08 23:23:33 +02:00
|
|
|
%endif
|
2011-04-21 17:25:25 +02:00
|
|
|
|
|
|
|
%build
|
2018-03-09 11:07:49 +01:00
|
|
|
%meson \
|
2019-03-28 11:38:13 +01:00
|
|
|
--libexecdir=%{_libexecdir}/%{name} \
|
|
|
|
-Dudisks2=true \
|
|
|
|
%{!?with_cdda: -Dcdda=false} \
|
|
|
|
-Dman=true \
|
2022-03-21 09:36:50 +01:00
|
|
|
-Dsystemduserunitdir=%{_userunitdir} \
|
2019-03-28 11:38:13 +01:00
|
|
|
%{nil}
|
2018-03-09 11:07:49 +01:00
|
|
|
%meson_build
|
2008-01-28 04:35:08 +01:00
|
|
|
|
|
|
|
%install
|
2018-03-09 11:07:49 +01:00
|
|
|
%meson_install
|
2019-05-17 11:49:15 +02:00
|
|
|
# drop polkit rules files (for wheel group) - boo#1125433
|
2022-03-21 09:36:50 +01:00
|
|
|
rm -v %{buildroot}%{_datadir}/polkit-1/rules.d/org.gtk.vfs.file-operations.rules
|
2018-03-09 11:07:49 +01:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2008-01-28 04:35:08 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2018-09-27 09:39:47 +02:00
|
|
|
# Rename daemon/trashlib/COPYING
|
|
|
|
mv daemon/trashlib/COPYING daemon/trashlib/COPYING.trashlib
|
|
|
|
|
2010-02-11 19:44:12 +01:00
|
|
|
%post
|
2018-03-09 11:07:49 +01:00
|
|
|
%{glib2_gio_module_post}
|
2010-02-11 19:44:12 +01:00
|
|
|
|
2016-09-08 23:23:33 +02:00
|
|
|
%post fuse
|
2020-05-01 12:41:48 +02:00
|
|
|
%tmpfiles_create %{_tmpfilesdir}/gvfsd-fuse-tmpfiles.conf
|
2016-09-08 23:23:33 +02:00
|
|
|
|
2017-12-02 18:37:09 +01:00
|
|
|
%post backends
|
|
|
|
%set_permissions %{_libexecdir}/%{name}/gvfsd-nfs
|
|
|
|
|
|
|
|
%verifyscript backends
|
|
|
|
%verify_permissions -e %{_libexecdir}/%{name}/gvfsd-nfs
|
|
|
|
|
2010-02-11 19:44:12 +01:00
|
|
|
%postun
|
2018-03-09 11:07:49 +01:00
|
|
|
%{glib2_gio_module_postun}
|
2010-02-11 19:44:12 +01:00
|
|
|
|
2008-01-28 04:35:08 +01:00
|
|
|
%files
|
2018-09-27 09:39:47 +02:00
|
|
|
%license COPYING daemon/trashlib/COPYING.trashlib
|
|
|
|
%doc NEWS README.md
|
2022-03-21 09:36:50 +01:00
|
|
|
%doc daemon/org.gtk.vfs.file-operations.rules.in
|
2009-12-24 16:29:42 +01:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%dir %{_datadir}/%{name}/mounts
|
|
|
|
%dir %{_datadir}/%{name}/remote-volume-monitors
|
2008-04-09 21:54:10 +02:00
|
|
|
%{_libdir}/gio/modules/*.so
|
2014-04-03 22:46:05 +02:00
|
|
|
%dir %{_libdir}/gvfs
|
|
|
|
%{_libdir}/gvfs/libgvfscommon.so
|
|
|
|
%{_libdir}/gvfs/libgvfsdaemon.so
|
2010-02-11 19:44:12 +01:00
|
|
|
%dir %{_libexecdir}/%{name}
|
|
|
|
%{_libexecdir}/%{name}/gvfsd
|
2015-10-26 11:38:20 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.Daemon.service
|
2011-03-14 21:50:51 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-metadata
|
2015-10-26 11:38:20 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
|
2012-09-07 19:28:45 +02:00
|
|
|
%{_mandir}/man1/gvfsd.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/gvfsd-metadata.1%{?ext_man}
|
2012-09-07 19:06:37 +02:00
|
|
|
%{_mandir}/man7/gvfs.7%{?ext_man}
|
2016-03-02 11:26:59 +01:00
|
|
|
%{_userunitdir}/gvfs-daemon.service
|
|
|
|
%{_userunitdir}/gvfs-metadata.service
|
2008-01-28 04:35:08 +01:00
|
|
|
|
2008-03-21 02:56:41 +01:00
|
|
|
%files fuse
|
2012-09-07 19:06:37 +02:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-fuse
|
2020-05-01 12:41:48 +02:00
|
|
|
%{_tmpfilesdir}/gvfsd-fuse-tmpfiles.conf
|
2012-09-07 19:28:45 +02:00
|
|
|
%{_mandir}/man1/gvfsd-fuse.1%{?ext_man}
|
2008-03-21 02:56:41 +01:00
|
|
|
|
2010-07-21 15:29:23 +02:00
|
|
|
%files backend-afc
|
|
|
|
%{_libexecdir}/%{name}/gvfs-afc-volume-monitor
|
2015-09-17 15:05:49 +02:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
|
2016-03-02 11:26:59 +01:00
|
|
|
%{_userunitdir}/gvfs-afc-volume-monitor.service
|
2010-07-21 15:29:23 +02:00
|
|
|
%{_datadir}/%{name}/remote-volume-monitors/afc.monitor
|
|
|
|
%{_libexecdir}/%{name}/gvfsd-afc
|
|
|
|
%{_datadir}/%{name}/mounts/afc.mount
|
|
|
|
|
2016-02-20 12:51:14 +01:00
|
|
|
%files backend-samba
|
|
|
|
%{_libexecdir}/%{name}/gvfsd-smb
|
|
|
|
%{_datadir}/%{name}/mounts/smb.mount
|
|
|
|
%{_libexecdir}/%{name}/gvfsd-smb-browse
|
|
|
|
%{_datadir}/%{name}/mounts/smb-browse.mount
|
|
|
|
# GSettings schemas & conversion data
|
|
|
|
# Those schemas are used gvfsd-smb
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
|
|
|
|
%{_datadir}/GConf/gsettings/gvfs-smb.convert
|
|
|
|
|
2008-03-21 02:56:41 +01:00
|
|
|
%files backends
|
2012-05-16 09:24:49 +02:00
|
|
|
%doc monitor/udisks2/what-is-shown.txt
|
2015-09-17 15:05:49 +02:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
2012-03-28 11:43:08 +02:00
|
|
|
%{_datadir}/%{name}/remote-volume-monitors/udisks2.monitor
|
|
|
|
%{_libexecdir}/%{name}/gvfs-udisks2-volume-monitor
|
2016-03-02 11:26:59 +01:00
|
|
|
%{_userunitdir}/gvfs-udisks2-volume-monitor.service
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfs-gphoto2-volume-monitor
|
2016-03-02 11:26:59 +01:00
|
|
|
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
|
2015-09-17 15:05:49 +02:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/remote-volume-monitors/gphoto2.monitor
|
2016-09-08 23:23:33 +02:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-admin
|
|
|
|
%{_datadir}/%{name}/mounts/admin.mount
|
|
|
|
%{_datadir}/polkit-1/actions/org.gtk.vfs.file-operations.policy
|
2011-09-02 02:10:13 +02:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-afp
|
|
|
|
%{_datadir}/%{name}/mounts/afp.mount
|
|
|
|
%{_libexecdir}/%{name}/gvfsd-afp-browse
|
|
|
|
%{_datadir}/%{name}/mounts/afp-browse.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-archive
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/archive.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-burn
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/burn.mount
|
2018-09-27 09:39:47 +02:00
|
|
|
%if %{with cdda}
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-cdda
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/cdda.mount
|
2012-05-25 11:27:42 +02:00
|
|
|
%endif
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-computer
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/computer.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-dav
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/dav.mount
|
|
|
|
%{_datadir}/%{name}/mounts/dav+sd.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-dnssd
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/dns-sd.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-ftp
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/ftp.mount
|
2015-09-04 13:32:10 +02:00
|
|
|
%{_datadir}/%{name}/mounts/ftps.mount
|
2018-09-27 09:39:47 +02:00
|
|
|
%{_datadir}/%{name}/mounts/ftpis.mount
|
2015-09-17 15:05:49 +02:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-google
|
|
|
|
%{_datadir}/%{name}/mounts/google.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-gphoto2
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/gphoto2.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-http
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/http.mount
|
2013-03-13 23:39:11 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfs-goa-volume-monitor
|
2016-03-02 11:26:59 +01:00
|
|
|
%{_userunitdir}/gvfs-goa-volume-monitor.service
|
2013-03-13 23:39:11 +01:00
|
|
|
%{_datadir}/%{name}/remote-volume-monitors/goa.monitor
|
2015-09-17 15:05:49 +02:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-localtest
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/localtest.mount
|
2013-03-13 23:39:11 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-mtp
|
|
|
|
%{_libexecdir}/%{name}/gvfs-mtp-volume-monitor
|
2016-03-02 11:26:59 +01:00
|
|
|
%{_userunitdir}/gvfs-mtp-volume-monitor.service
|
2013-03-13 23:39:11 +01:00
|
|
|
%{_datadir}/%{name}/remote-volume-monitors/mtp.monitor
|
2015-09-17 15:05:49 +02:00
|
|
|
%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
|
2013-03-13 23:39:11 +01:00
|
|
|
%{_datadir}/%{name}/mounts/mtp.mount
|
2020-03-16 10:56:07 +01:00
|
|
|
%if 0%{?sle_version}
|
2015-10-28 16:43:54 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-nds
|
2018-09-27 09:39:47 +02:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-nvvfs
|
2015-10-28 16:43:54 +01:00
|
|
|
%{_datadir}/%{name}/mounts/nds.mount
|
2018-09-27 09:39:47 +02:00
|
|
|
%{_datadir}/%{name}/mounts/nvvfs.mount
|
2016-09-08 23:23:33 +02:00
|
|
|
%endif
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-network
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/network.mount
|
2018-03-09 11:07:49 +01:00
|
|
|
# allow priv ports for mounting nfs. Otherwise the nfs-service requires insecure (boo#1065864)
|
2017-12-02 18:37:09 +01:00
|
|
|
%verify(not mode caps) %caps(cap_net_bind_service=+ep) %{_libexecdir}/%{name}/gvfsd-nfs
|
2018-03-09 11:07:49 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-nfs
|
2016-05-02 14:35:46 +02:00
|
|
|
%{_datadir}/%{name}/mounts/nfs.mount
|
2012-09-07 19:06:37 +02:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-recent
|
|
|
|
%{_datadir}/%{name}/mounts/recent.mount
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-sftp
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/sftp.mount
|
2010-12-06 16:11:01 +01:00
|
|
|
# gvfsd-trash is GPLv3 because of trashlib.
|
2010-02-11 19:44:12 +01:00
|
|
|
%{_libexecdir}/%{name}/gvfsd-trash
|
2009-12-24 16:29:42 +01:00
|
|
|
%{_datadir}/%{name}/mounts/trash.mount
|
2011-04-21 17:25:25 +02:00
|
|
|
# GSettings schemas & conversion data
|
2016-02-20 12:51:14 +01:00
|
|
|
# Those schemas are used by gvfsd-network
|
2011-04-21 17:25:25 +02:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml
|
|
|
|
%dir %{_datadir}/GConf
|
|
|
|
%dir %{_datadir}/GConf/gsettings
|
|
|
|
%{_datadir}/GConf/gsettings/gvfs-dns-sd.convert
|
2008-03-21 02:56:41 +01:00
|
|
|
|
2008-01-28 04:35:08 +01:00
|
|
|
%files devel
|
2018-09-27 09:39:47 +02:00
|
|
|
%doc CONTRIBUTING.md NEWS.pre-1-2
|
2008-01-28 04:35:08 +01:00
|
|
|
%{_includedir}/gvfs-client
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|