diff --git a/python-diff-match-patch.spec b/python-diff-match-patch.spec index 44f68e5..5e4d802 100644 --- a/python-diff-match-patch.spec +++ b/python-diff-match-patch.spec @@ -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 20121119-2mamba +- fix global read permissions + * Fri Aug 07 2015 Silvan Calarco 20121119-1mamba - package created using the webbuild interface