Changes between Version 7 and Version 8 of BuildingRPMPackages
- Timestamp:
- 02/03/11 23:11:37 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingRPMPackages
v7 v8 5 5 * Download the release tarball that you want to install from the [wiki:Downloads Downloads] page. 6 6 * Run `rpmbuild -ta <name of tarball here>`. 7 * On CentOS/RHEL, the resulting RPMs will be in `/usr/src/redhat/RPMS/noarch/` and SRPMs in `/usr/src/redhat/SRPMS/`.7 * On CentOS/RHEL, the resulting RPMs will be in `/usr/src/redhat/RPMS/noarch/` and the SRPMs in `/usr/src/redhat/SRPMS/`. 8 8 * Example commands to build bcfg2-1.1.1 (on CentOS 5.5): 9 9 {{{