[packages/insync] - do not provide system library deps

glen glen at pld-linux.org
Wed Oct 31 08:02:14 CET 2012


commit eda6fc90a899faa7c4f4859c466a79e16dc0bdfd
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Oct 31 09:02:11 2012 +0200

    - do not provide system library deps

 insync.spec | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/insync.spec b/insync.spec
index baab0d7..02433cf 100644
--- a/insync.spec
+++ b/insync.spec
@@ -33,6 +33,11 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # Filter GLIBC_PRIVATE Requires
 %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
+# and as we don't provide them, don't require either
+%define		_noautoreq		%{_noautoprov}
+
 %description
 Insync is Google Drive for business and power users that sync and
 supports multiple accounts and offline Google Docs editing using local
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/insync.git/commitdiff/eda6fc90a899faa7c4f4859c466a79e16dc0bdfd



More information about the pld-cvs-commit mailing list