forked from pool/python-pymongo
Accepting request 186415 from home:k0da:ppc
- on bigendian platforms we don't build native exentions, so package to python_sitelib instead of python_sitearch on those platforms OBS-URL: https://build.opensuse.org/request/show/186415 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
3a1e31b987
commit
eb24c7144d
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 8 14:47:50 UTC 2013 - dvaleev@suse.com
|
||||||
|
|
||||||
|
- on bigendian platforms we don't build native exentions, so
|
||||||
|
package to python_sitelib instead of python_sitearch on those
|
||||||
|
platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 14:38:01 UTC 2013 - speilicke@suse.com
|
Thu Aug 8 14:38:01 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE README.rst
|
%doc LICENSE README.rst
|
||||||
|
%ifarch %{ix86} x86_64 %{arm}
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
%else
|
||||||
|
%{python_sitelib}/*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user