This guide is now out of date, please check the original Spotify on Fedora 16 64-bit post
This guide is similar to the post I put up awhile back on installing the Spotify Linux Preview on Fedora 16 64-bit, except this post is related to the new unstable Beta that is out that has the Spotify Apps stuff. Don’t be surprised if you have issues with this since it’s basically a Beta of a Preview. *Will crash out upon opening if Adobe Flash is installed*
Below are the commands in the the correct order to run as root post installation with Desktop chosen with no custom package changes, selinux, and iptables are off
yum -y install perl-ExtUtils-MakeMaker gcc qt-webkit rpm-build git cd /tmp git clone git://git.kitenet.net/alien cd alien perl Makefile.PL; make; make install wget http://download.spotify.com/preview/spotify-client_0.8.0.1031.ga1569aa.552-1_amd64.deb /usr/local/bin/alien --to-rpm spotify-client_0.8.0.1031.ga1569aa.552-1_amd64.deb rpm -Uvh --nodeps spotify-client-0.8.0.1031.ga1569aa.552-2.x86_64.rpm ln -s /usr/lib64/libssl.so.1.0.0e /usr/lib64/libssl.so.0.9.8 ln -s /lib64/libcrypto.so.1.0.0e /lib64/libcrypto.so.0.9.8 ln -s /usr/lib64/libnss3.so /usr/lib64/libnss3.so.1d ln -s /usr/lib64/libnssutil3.so /usr/lib64/libnssutil3.so.1d ln -s /usr/lib64/libsmime3.so /usr/lib64/libsmime3.so.1d ln -s /lib64/libplc4.so /lib64/libplc4.so.0d ln -s /lib64/libnspr4.so /lib64/libnspr4.so.0d