Additional package for Fedora, missing in the official repositories and RPMFusion.
Currently this are:
- bubblejail
- hardened_malloc
- scurl
More can be found in the git history.
- Install the necessary programs to build rpms on your system.
sudo dnf install rpm-build rpmdevtools rpmlint- Build the package you.
./rpmbuild.sh [OPTIONS] <PACKAGE>Where <PACKAGE> is the name of a directory containing a specfile named $PACKAGE.spec and setup_source.sh (optional).
[OPTIONS] can be -l (run rpmlint), -n (add --nodeps to rpmbuild) and -s (run unsandboxed).
- Install the package
sudo dnf install ./<PACKAGE>.rpm- https://rpm-packaging-guide.github.io/#setup
- https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s04.html#id796983
- https://rpm-software-management.github.io/rpm/manual/autosetup.html