|
Quick easy way to create a simple rpm file
Hello, I have a built piece of software that I wrote with a whopping 3 files included total. I want to package this inside an rpm. I don't need complex stuff like postinstall scripts, dependencies, subpackages, or any of that stuff. I just want a simple rpm with the 3 files, a package identifier, and a summary. I am not planning on posting this rpm on a repo such as fedora or rpmfusion. How can I do this?
|