You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
davidsansome edited this page Dec 1, 2013
·
1 revision
Introduction
This guide is for creating the .rpm files that you see on the downloads page. You probably don't need to do this. You can download a Fedora package from the downloads page, or if you want to just compile Clementine yourself see Compiling From Source.
Before you begin
su -c "yum install mock rpmdevtools"
rpmdev-setuptree
su -c "usermod -a -G mock yourusername"
Creating the package
cd bin
cmake .. -DMOCK_CHROOT=fedora-13-x86_64 \
-DRPM_DISTRO=fc13 \
-DRPM_ARCH=x86_64
make rpm
This should spit out a clementine.rpm in the bin directory.