How to run ---------- Checkout: https://svn.erp5.org/repos/public/erp5/trunk/utils/rpmgen For example: svn co https://svn.erp5.org/repos/public/erp5/trunk/utils/rpmgen ~/rpmgen Run make inside: $ cd ~/rpmgen $ make # mandriva, opensuse, fedora, centos or ubuntu The rpm will be created at: ~/rpmbuild/RPMS// The deb (for debian) wil be creted at: ~/rpmgen/spec IMPORTANT ---------- The RPM or deb packages generated from this tool aims to be not distribution specific (generic packages), some specific conventions for distribution A or B will be sometimes ignored. If you aims to include erp5 on some distribution, you may create new specification files. Tips ---- Using ccache is highly recommended. http://ccache.samba.org/