From: Stefan Schantl Date: Sun, 19 Mar 2023 10:36:03 +0000 (+0100) Subject: python3-pygobject3: Fix header file permissions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd82b10b794cc93213c41602ccafda58172dbb34;p=people%2Fstevee%2Fipfire-3.x.git python3-pygobject3: Fix header file permissions Signed-off-by: Stefan Schantl --- diff --git a/python3-gobject3/python3-gobject3.nm b/python3-gobject3/python3-gobject3.nm index f98cd5769..50518fea5 100644 --- a/python3-gobject3/python3-gobject3.nm +++ b/python3-gobject3/python3-gobject3.nm @@ -7,7 +7,7 @@ name = python3-gobject3 version = %{ver_major}.%{ver_minor} ver_major = 3.42 ver_minor = 2 -release = 1 +release = 2 thisapp = pygobject-%{version} groups = Development/Tools @@ -41,6 +41,10 @@ build install %{python3} setup.py install --skip-build --root=%{BUILDROOT} + + # Set correct header file permissions. + find %{BUILDROOT}%{includedir} -type f -iname "*.h" \ + -exec chmod -v 644 {} \; end end