From b7b17e1717e352068ae41959e9e80ee8974546c4 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 17 Nov 2014 18:41:56 +0100 Subject: [PATCH] avoid executables in docdir --- pycairo.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pycairo.spec b/pycairo.spec index 9c94dba..cd3c839 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -40,6 +40,8 @@ libraries so that they interoperate with pycairo. %setup -q -n py2cairo-%{version} # fix broken tarball touch ChangeLog +# we install examples into docdir, so remove executable bit +find examples -type f | xargs chmod -x %build # fix broken tarball