
rpmbuild
List of commands for rpmbuild:
-
rpmbuild:tldr:25ba1 rpmbuild: Build a binary package without source package.$ rpmbuild -bb ${path-to-spec_file}try on your machineexplain this command
-
rpmbuild:tldr:3a68f rpmbuild: Specify additional variables when building a package.$ rpmbuild -bb ${path-to-spec_file} --define "${variable1} ${value1}" --define "${variable2} ${value2}"try on your machineexplain this command
-
rpmbuild:tldr:54671 rpmbuild: Build binary and source packages.$ rpmbuild -ba ${path-to-spec_file}try on your machineexplain this command