Hi everyone, what is the preferred way to handle shared libraries? The package should go into the science repo, but feedback on how it's done in the standard repos is also welcome. I've looked at https://en.opensuse.org/openSUSE:Shared_library_packaging_policy, but I still do not quite understand how to organise the %package sections: Is it: Name: libblah … %package -n %{name}%{sover} … %package devel or rather: Name: blah ... %package -n lib%{name}%{sover} … %package devel Do I retain the basic (lib)blah package for documentation, or should that go to -devel? If so, how do I suppress the empty default package? Thanks a lot, A. -- Ansgar Esztermann DV-Systemadministration Max-Planck-Institut für biophysikalische Chemie, Abteilung 105 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org