Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: mysql++ - C++ wrapper for the MySQL C API
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230394
------- Additional Comments From Fedora@FamilleCollet.com 2007-03-03 03:39 EST -------
You can patch the linker options to set a soname. Even better would be to talk to upstream and ask whether there is any reason why they don't use a versioned soname.
I've send a message to the "plusplus" ML.
They use "bakefile" to generate the Makefile.in and i found very few informations about this. It seems tag exist for this but i don't find a way to make it working. And bakefile not available in RPM (i've build one for test, but it need a lot of work, latest 0.2.2 doesn't work for mysql++ (need 0.2.0), i don't want to be the maintener for this tools).
So t hink we'll have to keep "no-soname" for a while...
chmod -x inside the extracted source archive, e.g. in %prep
So simple... ;)