Accepting request 103073 from home:vuntz:branches:GNOME:Factory
Update to 1.11.3 OBS-URL: https://build.opensuse.org/request/show/103073 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=131
This commit is contained in:
committed by
Git OBS Bridge
parent
0ac8dc5d16
commit
166edd0d12
23
gvfs.spec
23
gvfs.spec
@@ -16,8 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define with_udisks2 0
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.11.2
|
||||
Version: 1.11.3
|
||||
Release: 0
|
||||
Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0+
|
||||
@@ -39,7 +41,9 @@ BuildRequires: libavahi-glib-devel
|
||||
BuildRequires: libcdio-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
%if !%{with_udisks2}
|
||||
BuildRequires: libgdu-devel
|
||||
%endif
|
||||
BuildRequires: libgnome-keyring-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libgudev-1_0-devel
|
||||
@@ -49,9 +53,10 @@ BuildRequires: libsoup-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
%if %{with_udisks2}
|
||||
BuildRequires: pkgconfig(udisks2) >= 1.90
|
||||
%endif
|
||||
Requires: libgvfscommon0 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Recommends: gvfs-backends
|
||||
@@ -124,14 +129,18 @@ libtoolize -c -f
|
||||
%build
|
||||
%configure \
|
||||
--libexecdir=%{_libexecdir}/%{name} \
|
||||
%if %{with_udisks2}
|
||||
--enable-udisks2 \
|
||||
--disable-gdu \
|
||||
%else
|
||||
--disable-udisks2 \
|
||||
--enable-gdu \
|
||||
%endif
|
||||
--disable-static
|
||||
%__make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%if 0%{?suse_version} <= 1120
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
rm %{buildroot}%{_libdir}/*.*a
|
||||
rm %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||
# We can drop the chmod when bgo523420 is fixed.
|
||||
@@ -186,7 +195,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files backends
|
||||
%defattr(-, root, root)
|
||||
%if 0%{suse_version} > 1110
|
||||
%if !%{with_udisks2}
|
||||
%{_libexecdir}/%{name}/gvfs-gdu-volume-monitor
|
||||
%{_datadir}/dbus-1/services/org.gtk.Private.GduVolumeMonitor.service
|
||||
%{_datadir}/%{name}/remote-volume-monitors/gdu.monitor
|
||||
|
Reference in New Issue
Block a user