How to make RPM file 1. Clone django source tree. $ git clone git@github.com:django/django.git 2. Change directory into cloned django's directory and run following command. $ python setup.py bdist_rpm --packager="Project Hatohol <hatohol-users@lists.sourceforge.jp>" See also Django repository Python document (Creating Built Distributions)