Rpm is both the package manager and the package format used by many linux distributions such as Fedora, Red Hat and CentOS, to manage and distribute software in binary form.
Thanks for this guide, I was looking for a clear step by step guide to create rpm-packages and this might have hit the nail
one thing i wondered however,
your example command: rpm --eval “${make_install}” don’t give any output to me; i guess you made a typo there and the $ needs to be a %
$rpm --eval “%{make_install}”
make install DESTDIR=/home/xxxxxxxxxx/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64