From d086ff4d684fbfc951ec7bbfa7a1ad7ad4a346591cdc0c4666cbb56507de698c Mon Sep 17 00:00:00 2001 From: James Oakley Date: Wed, 3 Dec 2008 02:41:13 +0000 Subject: [PATCH] Remove executable bits from doc files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=3 --- python-decorator.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-decorator.spec b/python-decorator.spec index 4d6dea6..d0c6306 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -29,6 +29,8 @@ Authors: %prep %setup -q -n %{modname}-%{version} +# Remove executable bits from doc files +chmod -x * %build export CFLAGS="$RPM_OPT_FLAGS"