Fedora packaging workshop
This part assumes, you already have the tools installed like described in earlier part.
Using a tool to create a spec
As first example, we'll use a tool to create a spec file, download the sources.
rpmdev-setuptree
cd ~/rpmbuild
pyp2rpm -n bleach > SPECS/python-bleach.spec
What this actually does is …