https://bugzilla.rpmfusion.org/show_bug.cgi?id=2565
Jussi Lehtola <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jussi Lehtola <[email protected]> 2012-11-08 12:16:30 CET --- I don't think there's a need to bundle any libraries. I've solved the issue with symlinks: # Install library symlinks mkdir -p %{buildroot}%{_libdir}/spotify/ ln -s %{_libdir}/libnssutil3.so %{buildroot}%{_libdir}/spotify/libnssutil3.so.1d ln -s %{_libdir}/libnss3.so %{buildroot}%{_libdir}/spotify/libnss3.so.1d ln -s %{_libdir}/libssl.so.1.0.0j %{buildroot}%{_libdir}/spotify/libssl.so.0.9.8 ln -s %{_libdir}/libsmime3.so %{buildroot}%{_libdir}/spotify/libsmime3.so.1d ln -s /%{_lib}/libnspr4.so %{buildroot}%{_libdir}/spotify/libnspr4.so.0d ln -s /%{_lib}/libplc4.so %{buildroot}%{_libdir}/spotify/libplc4.so.0d ln -s %{_libdir}/libpng12.so.0 %{buildroot}%{_libdir}/spotify/libpng12.so.0 ln -s %{_libdir}/libcrypto.so.1.0.0j %{buildroot}%{_libdir}/spotify/libcrypto.so.0.9.8 -- 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. You are the assignee for the bug.
