https://bugzilla.rpmfusion.org/show_bug.cgi?id=2531
--- Comment #36 from Antonio <anto.trande(a)gmail.com> 2013-06-07 23:45:01 CEST ---
(In reply to comment #34)
[!]: Development (unversioned) .so files in -devel subpackage, if
present.
Note: Unversioned so-files in private %_libdir subdirectory (see
attachment). Verify they are not in ld path.
This seems a false issue. The
http://fedoraproject.org/wiki/Packaging:Guidelines#Devel_Packages says:
As an additional complication, some software generates unversioned
shared objects >which are not intended to be used as system libraries. These files are
usually >plugins or modular functionality specific to an application, and are not
located >in the ld library paths or cache. This means that they are not located
directly >in /usr/lib or /usr/lib64, or in a directory listed as a library path in
>/etc/ld.so.conf (or an /etc/ld.so.conf.d/config file). Usually, these unversioned
>shared objects can be found in a dedicated subdirectory under /usr/lib or
>/usr/lib64 (e.g. /usr/lib/purple-2/ is the plugin directory used for libpurple
>applications). In these cases, the unversioned shared objects do not need to be
>placed in a -devel package.
In fact:
$ rpm -q --list moc | grep decoder_plugins
/usr/lib64/moc/decoder_plugins
/usr/lib64/moc/decoder_plugins/libffmpeg_decoder.so
/usr/lib64/moc/decoder_plugins/libflac_decoder.so
/usr/lib64/moc/decoder_plugins/libmodplug_decoder.so
/usr/lib64/moc/decoder_plugins/libmp3_decoder.so
/usr/lib64/moc/decoder_plugins/libmusepack_decoder.so
/usr/lib64/moc/decoder_plugins/libsndfile_decoder.so
/usr/lib64/moc/decoder_plugins/libspeex_decoder.so
/usr/lib64/moc/decoder_plugins/libtimidity_decoder.so
/usr/lib64/moc/decoder_plugins/libvorbis_decoder.so
/usr/lib64/moc/decoder_plugins/libwavpack_decoder.so
$ ldconfig -p | grep _decoder.so
libdirac_decoder.so.0 (libc6,x86-64) => /lib64/libdirac_decoder.so.0
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.