There is a problem with correct packaging of python extensions (in rpm). Target `python_install` ignore $(DESTDIR) variable and install files directly in $(LIBDIR).
Created attachment 1721 [details] fix-python-install.patch simple patch to fix install of python extensions
Cool - a patch. Thanks! (-: I've checked in it.