14
0

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:
Sascha Peilicke
2013-08-08 14:51:09 +00:00
committed by Git OBS Bridge
parent 3a1e31b987
commit eb24c7144d
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%ifarch %{ix86} x86_64 %{arm}
%{python_sitearch}/*
%else
%{python_sitelib}/*
%endif
%changelog