From 4d7aa5ced8d16843527f8531ed1fbc79460cf857 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:24:13 +0100 Subject: [PATCH] fixed permissions of egg-info files [release 2.16-2mamba;Fri Oct 28 2016] --- python-pycparser.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/python-pycparser.spec b/python-pycparser.spec index 160255c..a0e0c6e 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -1,6 +1,6 @@ Name: python-pycparser Version: 2.16 -Release: 1mamba +Release: 2mamba Summary: A parser for the C language, written in pure Python Group: System/Libraries Vendor: openmamba @@ -40,16 +40,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +# Fix permmissions of egg-info files +chmod +r %{buildroot}%{python_sitearch}/pycparser-%{version}-*/* + %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so %doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc CHANGES README.rst %changelog +* Fri Oct 28 2016 Silvan Calarco 2.16-2mamba +- fixed permissions of egg-info files + * Tue Oct 25 2016 Automatic Build System 2.16-1mamba - automatic version update by autodist