Software to add ?

Michael Schwendt bugs.michael at gmx.net
Tue Oct 11 09:58:13 UTC 2005


On Mon, 10 Oct 2005 15:58:28 -0700, Michael A. Peters wrote:

> Your spec files go in ~/rpm/SPECS/
> 
> You build a src.rpm from a spec file with
> 
> rpmbuild -bs foo.spec
> 
> You can then run rpmlint on - then test build it:
> 
> rpmbuild --rebuild ~/rpm/SRPMS/foo.src.rpm

At this point, when still working inside the ~/rpms tree, prefer

  rpmbuild -bb foo.spec

to build a binary package, since --rebuild would clean up the extracted
files from the src.rpm after the build is complete.




More information about the fedora-extras-list mailing list