package naming question: IT++

Jonathan Wakely jwakely at redhat.com
Tue Sep 22 10:44:19 UTC 2015


On 22/09/15 10:40 +0200, Marco Driusso wrote:
>So I think we have two options:
>1) use 'itpp' as the name of the package, which corresponds to the 
>include dir name, but not to the lib file name (libitpp.so); in this 

All libraries start with "lib" but that doesn't mean the package that
provides a library should do.

Look at the output of rpm -qf /usr/lib64/lib* and you'll see most of
them are not called "libxxx" just because they install a file called
"libxxx.so".  e.g. gtk3 installs libgtk-3

The project is called IT++, it installs headers in <itpp/*> and
installs libitpp.so, so itpp seems the most natural name.



More information about the devel mailing list