Compare commits
10 Commits
5b5c21e017
...
1aa3ef70e2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1aa3ef70e2 | ||
|
|
88696055b8 | ||
|
|
d17ea93a71 | ||
|
|
26cb80bbc5 | ||
|
|
c356e7e711 | ||
|
|
6698924fbe | ||
|
|
c85315bc16 | ||
|
|
0e81d01f7c | ||
|
|
fbdb948f6b | ||
|
|
6b872e1f58 |
45
gvfs.spec
45
gvfs.spec
@ -24,7 +24,7 @@
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.40.2
|
||||
Release: 5
|
||||
Release: 9
|
||||
Summary: gvfs is a backends for the gio framework in GLib
|
||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||
URL: https://wiki.gnome.org/Projects/gvfs
|
||||
@ -51,7 +51,7 @@ BuildRequires: pkgconfig(libimobiledevice-1.0) >= %{libimobiledevice_version}
|
||||
BuildRequires: pkgconfig(libplist) >= %{libplist_version}
|
||||
BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
|
||||
BuildRequires: pkgconfig(libmtp) >= %{libmtp_version}
|
||||
BuildRequires: pkgconfig(libnfs) >= %{libnfs_version}
|
||||
BuildRequires: pkgconfig(libnfs) >= %{libnfs_version} gdb
|
||||
|
||||
Requires: glib2%{?_isa} >= %{glib2_version} udisks2 >= %{udisks2_version}
|
||||
Requires: fuse >= %{fuse_version}
|
||||
@ -60,7 +60,7 @@ Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
||||
Requires(post): desktop-file-utils >= 0.22-6
|
||||
Requires(postun): desktop-file-utils >= 0.22-6
|
||||
|
||||
Provides: %{name}-fuse %{name}-smb %{name}-archive %{name}-gphoto2 %{name}-afc %{name}-afp %{name}-mtp %{name}-goa %{name}-tests
|
||||
Provides: %{name}-fuse %{name}-fuse%{?_isa} %{name}-smb %{name}-archive %{name}-gphoto2 %{name}-afc %{name}-afp %{name}-mtp %{name}-goa %{name}-tests
|
||||
Obsoletes: %{name}-fuse %{name}-smb %{name}-archive %{name}-gphoto2 %{name}-afc %{name}-afp %{name}-mtp %{name}-goa %{name}-tests
|
||||
Obsoletes: gnome-mount <= 0.8 gnome-mount-nautilus-properties <= 0.8
|
||||
Obsoletes: gvfs-obexftp < 1.17.91-2
|
||||
@ -75,6 +75,7 @@ Gvfs also contains modules for GIO that implement volume monitors and persistent
|
||||
|
||||
%package client
|
||||
Summary: Client modules of backends for the gio framework in GLib
|
||||
Obsoletes: python2-samba
|
||||
Conflicts: %{name} < 1.25.2-2
|
||||
|
||||
%description client
|
||||
@ -89,7 +90,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description devel
|
||||
This package containers the headers and other files which are required for develop applications with gvfs.
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Documentation for gvfs
|
||||
|
||||
@ -109,6 +109,11 @@ This package contains help documentation for gvfs
|
||||
cp -p daemon/trashlib/COPYING COPYING.GPL3
|
||||
|
||||
%find_lang gvfs
|
||||
# Remove rpath
|
||||
chrpath -d %{buildroot}%{_libexecdir}/gvfs*
|
||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||
echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
|
||||
|
||||
%post
|
||||
# Reload .mount files:
|
||||
@ -122,6 +127,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
|
||||
%{_datadir}/gvfs/mounts/admin.mount
|
||||
%{_datadir}/gvfs/mounts/archive.mount
|
||||
%{_datadir}/gvfs/mounts/afp.mount
|
||||
@ -144,8 +152,14 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/gvfs/mounts/sftp.mount
|
||||
%{_datadir}/gvfs/mounts/smb.mount
|
||||
%{_datadir}/gvfs/mounts/trash.mount
|
||||
%{_datadir}/gvfs/mounts/afc.mount
|
||||
%{_datadir}/gvfs/mounts/gphoto2.mount
|
||||
%{_datadir}/gvfs/mounts/mtp.mount
|
||||
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
|
||||
%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
|
||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
|
||||
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
|
||||
%{_datadir}/GConf/gsettings/*.convert
|
||||
%{_datadir}/glib-2.0/schemas/*.xml
|
||||
%{_datadir}/polkit-1/actions/org.gtk.vfs.file-operations.policy
|
||||
@ -175,11 +189,21 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_libexecdir}/gvfsd-smb
|
||||
%{_libexecdir}/gvfsd-smb-browse
|
||||
%{_libexecdir}/gvfsd-trash
|
||||
%{_libexecdir}/gvfs-afc-volume-monitor
|
||||
%{_libexecdir}/gvfs-gphoto2-volume-monitor
|
||||
%{_libexecdir}/gvfs-mtp-volume-monitor
|
||||
%{_libexecdir}/gvfsd-afc
|
||||
%{_libexecdir}/gvfsd-gphoto2
|
||||
%{_libexecdir}/gvfsd-mtp
|
||||
%{_userunitdir}/gvfs-daemon.service
|
||||
%{_userunitdir}/gvfs-metadata.service
|
||||
%{_userunitdir}/gvfs-udisks2-volume-monitor.service
|
||||
%{_userunitdir}/gvfs-goa-volume-monitor.service
|
||||
%{_userunitdir}/gvfs-afc-volume-monitor.service
|
||||
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
|
||||
%{_userunitdir}/gvfs-mtp-volume-monitor.service
|
||||
%{_tmpfilesdir}/gvfsd-fuse-tmpfiles.conf
|
||||
%config(noreplace) /etc/ld.so.conf.d/*
|
||||
|
||||
%files client -f gvfs.lang
|
||||
%license COPYING COPYING.GPL3
|
||||
@ -205,6 +229,19 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_mandir}/man1/gvfsd-fuse.1*
|
||||
|
||||
%changelog
|
||||
%changelog
|
||||
* Thu Nov 09 2023 zhangxianting <zhangxianting@uniontech.com> - 1.40.2-9
|
||||
- Remove rpath
|
||||
|
||||
* Wed Apr 28 2021 panchenbo <panchenbo@uniontech.com> - 1.40.2-8
|
||||
- add missing files, support acf, gphoto2 and mtp
|
||||
|
||||
* Tue Oct 13 2020 zhanzhimin <zhanzhimin@huawei.com> - 1.40.2-7
|
||||
- add gvfs-fuse(x86-64) dependency
|
||||
|
||||
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 1.40.2-6
|
||||
- bugfix about update
|
||||
|
||||
* Fri Mar 20 2020 songnannan <songnannan2@huawei.com> - 1.40.2-5
|
||||
- add gdb in buildrequires
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user