Build Google Drive backend
This commit is contained in:
parent
d786114e72
commit
53ec0191db
10
gvfs.spec
10
gvfs.spec
@ -1,8 +1,9 @@
|
||||
%global glib2_version 2.45.7
|
||||
%global libgdata_version 0.17.3
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.25.92
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Backends for the gio framework in GLib
|
||||
|
||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||
@ -18,6 +19,7 @@ BuildRequires: dbus-glib-devel
|
||||
BuildRequires: gcr-devel
|
||||
BuildRequires: /usr/bin/ssh
|
||||
BuildRequires: libcdio-paranoia-devel
|
||||
BuildRequires: libgdata-devel >= %{libgdata_version}
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: libsoup-devel >= 2.34.0
|
||||
BuildRequires: pkgconfig(avahi-client) pkgconfig(avahi-glib)
|
||||
@ -37,6 +39,7 @@ BuildRequires: libtool
|
||||
|
||||
Requires: %{name}-client%{?_isa} = %{version}-%{release}
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: libgdata%{?_isa} >= %{libgdata_version}
|
||||
Requires: udisks2
|
||||
|
||||
# for file triggers
|
||||
@ -250,6 +253,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/gvfs/mounts/network.mount
|
||||
%{_datadir}/gvfs/mounts/ftp.mount
|
||||
%{_datadir}/gvfs/mounts/ftps.mount
|
||||
%{_datadir}/gvfs/mounts/google.mount
|
||||
%{_datadir}/gvfs/mounts/recent.mount
|
||||
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
|
||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||
@ -266,6 +270,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_libexecdir}/gvfsd-cdda
|
||||
%{_libexecdir}/gvfsd-computer
|
||||
%{_libexecdir}/gvfsd-dav
|
||||
%{_libexecdir}/gvfsd-google
|
||||
%{_libexecdir}/gvfsd-http
|
||||
%{_libexecdir}/gvfsd-localtest
|
||||
%{_libexecdir}/gvfsd-burn
|
||||
@ -363,6 +368,9 @@ killall -USR1 gvfsd >&/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.25.92-2
|
||||
- Build Google Drive backend
|
||||
|
||||
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.25.92-1
|
||||
- Update to 1.25.92
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user