From 6e5ee1574d97c11fd7320209c748e80b61fc908c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:22:32 +0100 Subject: [PATCH] fix permissions of egg-info files [release 0.6.0-2mamba;Thu Sep 22 2016] --- python-py-moneyed.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/python-py-moneyed.spec b/python-py-moneyed.spec index d092a05..c51a827 100644 --- a/python-py-moneyed.spec +++ b/python-py-moneyed.spec @@ -1,6 +1,6 @@ Name: python-py-moneyed Version: 0.6.0 -Release: 1mamba +Release: 2mamba Summary: Python Classes of Money and Currency Group: System/Libraries Vendor: openmamba @@ -44,16 +44,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +chmod 0644 %{buildroot}%{python_sitearch}/py_moneyed-%{version}-py*.egg-info/* + %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 - -## note: eventually add the remaining documents (if any) -# %doc README.rst %changelog +* Thu Sep 22 2016 Silvan Calarco 0.6.0-2mamba +- fix permissions of egg-info files + * Sat Sep 17 2016 Automatic Build System 0.6.0-1mamba - automatic update by autodist