fix permissions of egg-info files [release 0.6.0-2mamba;Thu Sep 22 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 16:22:32 +01:00
parent 1b4d869b32
commit 6e5ee1574d

View File

@ -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 <silvan.calarco@mambasoft.it> 0.6.0-2mamba
- fix permissions of egg-info files
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
- automatic update by autodist