Problem scenario
You want to know more about RPM packaging so you can create your own .rpm file (a custom RPM package file). In other words you want to create your own RPM package (a binary file). You want it for installing an uncompiled C program you wrote. The uncompiled C program is one .c file and very simple. You don’t know how to use a spec (specification) file to create your own RPM package file.
…
Continue reading “How Do You Create Your Own RPM Package (Binary File) for Your Own C Program?”