Commands Help : rpmbuild

  •  Build RPM Package

[SYNOPSIS] rpmbuild OPTION SPEC-FILE/SRPM-FILE
option
-baBuild binary and source packages (after doing the %prep, %build, and %install stages)
-bbBuild a binary package (after doing the %prep, %build, and %install stages)
-bsBuild just the source package
-bpExecutes the "%prep" stage from the spec file. Normally this involves unpacking the sources and applying any patches
-bcDo the "%build" stage from the spec file (after doing the %prep stage). This generally involves the equivalent of a "make"
-biDo the "%install" stage from the spec file (after doing the %prep and %build stages)

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators