1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[sdist] formats=gztar force-manifest=1 [bdist] formats=rpm [bdist_rpm] # release must exactly match 'release' as set in bin/release.py release=dev requires=python >= 2.5 doc_files = doc/* #vendor=crazy-compilers.com #package=Jane Doe <jane@example.net> [default: vendor] #group=Development/Libraries # Need to overwrite the install-part of the RPM to patch # the filenames of the man pages. install_script=rpminstall_sh.txt |