Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 created 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
Expand Down