From: Stefan Schantl Date: Sun, 19 Mar 2023 10:26:55 +0000 (+0100) Subject: python3-cairo: Fix header permissions X-Git-Url: http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff_plain;h=219c8795d3b44996f45ebfb0af26634c4e5cc1d8 python3-cairo: Fix header permissions Signed-off-by: Stefan Schantl --- diff --git a/python3-cairo/python3-cairo.nm b/python3-cairo/python3-cairo.nm index 88fa587ea..29a2187f2 100644 --- a/python3-cairo/python3-cairo.nm +++ b/python3-cairo/python3-cairo.nm @@ -5,7 +5,7 @@ name = python3-cairo version = 1.23.0 -release = 1 +release = 2 thisapp = pycairo-%{version} groups = Development/Tools @@ -33,6 +33,10 @@ build install %{python3} setup.py install --skip-build --root="%{BUILDROOT}" + + # Fix header permissions. + find %{BUILDROOT}%{includedir} -type f -iname "*.h" \ + -exec chmod -v 644 {} \; end end