Changes between Version 2 and Version 3 of BuildingRPMPackages


Ignore:
Timestamp:
06/21/10 07:46:34 (13 years ago)
Author:
fabaff
Comment:

wget added

Legend:

Unmodified
Added
Removed
Modified
  • BuildingRPMPackages

    v2 v3  
    55 * Copy the tarball to `/usr/src/packages/SOURCES/` 
    66 * Extract another copy of it somewhere else (eg: `/tmp`) and retrieve the `misc/bcfg2.spec` file 
     7   {{{ 
     8   wget http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/misc/bcfg2.spec 
     9   }}} 
     10 
    711 * Run `rpmbuild -ba bcfg2.spec` 
    812 * The resulting RPMs will be in `/usr/src/packages/RPMS/` and SRPMs in `/usr/src/packages/SRPMS`