rpmbuild
RPM Package Build tool. More information: <https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/>.
Install
- All systems
-
curl cmd.cat/rpmbuild.sh
- Debian
-
apt-get install rpm - Ubuntu
-
apt-get install rpm -
Alpine
-
apk add rpm - Kali Linux
-
apt-get install rpm - CentOS
-
yum install rpm-build - Fedora
-
dnf install rpm-build - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install rpm - OS X
-
brew install rpm - Raspbian
-
apt-get install rpm - Docker
-
docker run cmd.cat/rpmbuild rpmbuildpowered by Commando
RPM Package Build tool. More information: <https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/>.
-
Build binary and source packages:
rpmbuild -ba path/to/spec_file -
Build a binary package without source package:
rpmbuild -bb path/to/spec_file -
Specify additional variables when building a package:
rpmbuild -bb path/to/spec_file --define "variable1 value1" --define "variable2 value2"
© tl;dr; authors and contributors