Travel Travel reports, it is all about food
Montreal: Schwartz's, Le Petit Alep
Albums: Pictures and some notes
ITRANS Song Book Hindi, Urdu, Marathi song lyrics
Online ITRANS Web Interface
BlockHosts block hosts
BlockHosts FAQ
BlockHosts Forum
CD Inserts & Envelopes Web Interface
Nisha Ganatra's Films
Cake: starring Heather Graham
Email: avinash@aczoom.com
using python distutils, there is no src.rpm
There is no src.rpm - but all the sources are available in the .tar.gz or .zip archives.
If you extract those to a local directory, the python setup.py commands can be used to create .rpm. The RPM is not directly created, but created using the python distutils.core package.
Once extracted, the setup.py script in blockhosts can be used to create the RPM and look at the spec file if needed, here are some example commands:
python setup.py sdist --formats=gztar,zip
python setup.py bdist_rpm --spec-only --dist-dir=.
python setup.py bdist_rpm