Created
December 9, 2013 18:38
-
-
Save maleficarum/7878036 to your computer and use it in GitHub Desktop.
Spotify for linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yum install wget rpmdevtools rpm-build yum-utils | |
| $ rpmdev-setuptree | |
| $ cd $(rpm --eval %_sourcedir) | |
| $ wget http://leamas.fedorapeople.org/spotify/spotify-client.spec | |
| $ spectool -g spotify-client.spec | |
| # yum-builddep spotify-client.spec | |
| $ env QA_RPATHS=2 rpmbuild -bb spotify-client.spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment