# HG changeset patch
# User Samuel Trégouët <samuel.tregouet@logilab.fr>
# Date 1454077787 -3600
#      Fri Jan 29 15:29:47 2016 +0100
# Node ID 607ab83ce07cc39a26d1f84555ff79c56f13f571
# Parent  450dd797a6a515e97cade9364964cfbf2036749d
[pkg] do not include all files in spec

our spec files conflict with filesystem package in centos7: we set permission
755 for /usr/bin and /usr/lib whereas filesystem set it to 555.

So to be compatible with both centos7 and others we simply ignore theses
directories

diff --git a/cubicweb-link.spec b/cubicweb-link.spec
--- a/cubicweb-link.spec
+++ b/cubicweb-link.spec
@@ -43,4 +43,4 @@
 
 %files
 %defattr(-, root, root)
-/*
+%{_prefix}/share/cubicweb*