How to package RPMs: a guide by someone who doesn't know what they're doing.
Find a file
2025-01-06 16:22:50 -06:00
polycat.spec initial commit 2025-01-06 16:22:50 -06:00
README.md initial commit 2025-01-06 16:22:50 -06:00
update-version.sh initial commit 2025-01-06 16:22:50 -06:00

How to package RPMS

A guide by someone who doesn't know what they're doing.

We'll be using polycat as an example, a fairly simple C++ program

Setup

First off, you're gonna want to install fedora-packager and rpmdevtools.

sudo dnf install fedora-packager rpmdevtools

Next, set up the directories for RPM packaging development.

Resources