From 24cb7139ccf77bc28e277a9f00c88240fd48ed41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 24 Jun 2013 19:41:56 +0300 Subject: [PATCH] do not provide libdbus-glib-1.so.2 --- insync.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/insync.spec b/insync.spec index bb5211f..e49ab1e 100644 --- a/insync.spec +++ b/insync.spec @@ -3,10 +3,12 @@ # - todo, gnome, cinnamon, kde subpackages # https://forums.insynchq.com/discussion/1437/insync-for-linux-beta-4-0-9-19 # - if other DE .desktop added, fill them with OnlyShowIn fields +# - check over bundled libs -- rpm -qp --provides ..| grep ^lib | sed -e 's,(.*,,' | sort -u | sed -e 's,^,/usr/lib64/,' | xargs rpm -qf | sort -u +# Qt4, flac, x11*, expat, gst*, vorbis, orc Summary: Insync - Your Google Docs backup and sync tool Name: insync Version: 0.10.5 -Release: 0.4 +Release: 0.5 License: ? Group: X11/Applications # DownloadUrl: https://www.insynchq.com/linux @@ -46,7 +48,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoreq (GLIBC_PRIVATE) # we don't want these to be provided as system libraries -%define _noautoprov libcrypto.so.1.0.0 libz.so.1 libsqlite3.so.0 libreadline.so.6 +%define _noautoprov libcrypto.so.1.0.0 libz.so.1 libsqlite3.so.0 libreadline.so.6 libdbus-glib-1.so.2 # and as we don't provide them, don't require either %define _noautoreq %{_noautoprov} -- 2.44.0