fix global read permissions [release 20121119-2mamba;Mon Dec 28 2015]
This commit is contained in:
parent
667a36e6f2
commit
f795940273
@ -1,6 +1,6 @@
|
|||||||
Name: python-diff-match-patch
|
Name: python-diff-match-patch
|
||||||
Version: 20121119
|
Version: 20121119
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Robust algorithms to perform the operations required for synchronizing plain text
|
Summary: Robust algorithms to perform the operations required for synchronizing plain text
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -39,15 +39,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
chmod -R o+r %{buildroot}
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
|
||||||
# %{python_sitearch}/%{name}.py*
|
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc LICENCE
|
%doc LICENCE
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README.original.txt README.rst
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20121119-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user