RPM .spec file #151
-
Hi, I use this software on Fedora 41 and I would like to package it as a .rpm file for ease of updating/installation. I have the andaman toolchain (used by the Terra repository) on my system in order to automate maintaining a local repo of different apps I use which either aren't packaged as rpm or don't receive updates from upstream as frequently as I'd like. My point of posting here is I'd like to put together a .spec file to pull the latest commit to this project from github, build the application against my distro, and package it as a .rpm for my local repo. If there has already been a .spec file written to use with rpmbuild, is it possible for me to base my local .spec file off of it? I plan to do this for every application that I'd normally run |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi @idiot-shinuki, If you run Regards, |
Beta Was this translation helpful? Give feedback.
-
Check it out; there's a spec file template in the repo, and the Makefile creates a tar with the generated spec file that gets passed to |
Beta Was this translation helpful? Give feedback.
Check it out; there's a spec file template in the repo, and the Makefile creates a tar with the generated spec file that gets passed to
rpmbuild -tb
. It's pretty simple.