diff --git a/README.rst b/README.rst index 6d4b2ad..383fd0d 100644 --- a/README.rst +++ b/README.rst @@ -353,9 +353,9 @@ requires a large number of other packages, most of which are outside of the Python ecosystem. There's room for improvement here, but here are a few tidbits. -Build an RPM:: +Build an RPM (binary is outputted in `$HOME/rpmbuild/RPMS/noarch` directory):: - python setup.py sdist && rpmbuild -ta ./dist/python-tldp-${VERSION}.tar.gz + VERSION=0.7.15 && python setup.py sdist && rpmbuild -ta ./dist/tldp-${VERSION}.tar.gz There's a generated file, `contrib/tldp.spec`, which makes a few changes to the setuptools stock-generated specfile. It adds the dependencies, marks the