Here is a memo about RPM building in Linux environment. First is necessary an RPM-based distribution. The most famous are Fedora and CentOS. Let’s suppose you want to build your RPMs in the folder $RPMREPO. You need first the correct folder tree for package creation. mkdir $RPMREPO cp -r /usr/src/redhat/* $RPMREPO Then what is necessary [...]
↧