First page Back Continue Last page Summary Graphic
SPEC file: %build
Performs steps necessary to compile or otherwise build the software
- ./configure (usually done here, not in %prep section)
- make
Software is compiled in the BUILD/name-version directory
Any other steps needed to prepare the software for installation are done