I have to develop a RPM package that merge some files, checking for existing files and directories, renaming files etc..
I developed a python script that do it, so executing python3 my_script.py it works perfectly.
Now I have to create a RPM package that should execute the python script.
I looked for rpmbuild, but when I install the RPM nothing appens, maybe I'm on the wrong way.
Any suggestions or web tutorials?
Thanks
.specwould be apropriate.