fixed permissions of egg-info files [release 2.16-2mamba;Fri Oct 28 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 16:24:13 +01:00
parent f9544b5ab5
commit 4d7aa5ced8

View File

@ -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 <silvan.calarco@mambasoft.it> 2.16-2mamba
- fixed permissions of egg-info files
* Tue Oct 25 2016 Automatic Build System <autodist@mambasoft.it> 2.16-1mamba
- automatic version update by autodist