A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile.
$ dnf copr enable pkgstore/build
$ dnf install -y make
# Work in Progress
$ dnf upgrade -y make
$ dnf erase -y make
$ dnf copr remove pkgstore/build
- Get source from src.fedoraproject.org.
- Write last commit SHA from src.fedoraproject.org to CHANGELOG.
- Modify & update source (and
*.spec
). - Build SRPM & RPM.