In GNOME:Apps there is a package vboxgtk. It requires python-virtualbox-ose. But as said on vboxgtk.sourceforge.net it supports both regular and OSE. So I wanted to make the vboxgtk package to do so.
First problem: it’s impossible to write “Requires: python-virtualbox-ose or VirtualBox-3.2”. So the Requires tag must point to something that is common for both of them.
I tried to use VBoxPython.so. That works, but only for ix86, for x86_64 it should be “VBoxPython.so()(64bit)” and it’s not good, because vboxgtk is noarch.
I tried “/usr/lib/virtualbox/VBoxPython.so”, but this causes and error. I don’t remember what exactly it was, but something about that you can require files only in /etc and something else.
Do you have any other ideas?