]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python3-cairo: Fix header permissions
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Mar 2023 10:26:55 +0000 (11:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:40 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
python3-cairo/python3-cairo.nm

index 88fa587ea56af34a2aa72bc5ae1855caa771b94e..29a2187f2ae631530598ef49352c1940fdd8e323 100644 (file)
@@ -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