fix global read permissions [release 20121119-2mamba;Mon Dec 28 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 11:03:13 +01:00
parent 667a36e6f2
commit f795940273

View File

@ -1,6 +1,6 @@
Name: python-diff-match-patch
Version: 20121119
Release: 1mamba
Release: 2mamba
Summary: Robust algorithms to perform the operations required for synchronizing plain text
Group: System/Libraries
Vendor: openmamba
@ -39,15 +39,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
chmod -R o+r %{buildroot}
%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 LICENCE
## note: eventually add the remaining documents (if any)
# %doc README.original.txt README.rst
%changelog
* Mon Dec 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20121119-2mamba
- fix global read permissions
* Fri Aug 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20121119-1mamba
- package created using the webbuild interface