Post tagged: packaging

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 …

Fedora packaging workshop

On 17th and 18th this month, we'll have a local Linux conference here. As part of this, I'll give a short introductory workshop on packaging. The following series of posts helps me, to sort things for me and to provide a short reference for others and myself as well.

Prerequisites …