Skip to content

Instantly share code, notes, and snippets.

@maleficarum
Created December 9, 2013 18:38
Show Gist options
  • Select an option

  • Save maleficarum/7878036 to your computer and use it in GitHub Desktop.

Select an option

Save maleficarum/7878036 to your computer and use it in GitHub Desktop.
Spotify for linux
# 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