On Mon, Mar 11, 2013 at 2:53 PM, Michael Schwendt <mschwe...@gmail.com> wrote:
> On Mon, 11 Mar 2013 18:00:54 +0100, Kevin Kofler wrote:
>
>> Michael Schwendt wrote:
>> > A soname such as libcfitsio-%{version}.so.0 would have been a better idea.
>>
>> Why not libcfitsio.so.%{version}?
>
> That would look more like ordinary (official) library versioning, such as
>
>         libcfitsio.so.3 -> libcfitsio.so.3.330
>
> but without the .so.3 symlink. No strong feelings though.

Another option which I employ with the opencollada library is to use
arbitrary soversioning. Upstream not only doesn't use library versions
but doesn't use ANY versioning.

I started at 0.1 or something like that and when I build a new package
I check compatibility with abi-compliance-checker. If it's not found
to be compatible, I bump the soversion macro in the spec file before
doing an official build.

Richard
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to