On Thu, 2003-12-11 at 09:29, Geoff Beier wrote:
> 3. rpm -i cvs-1.11.10-cvshome.org.1.src.rpm
> # this should unpack the source into rpmbuild/SOURCES and the spec into
> # rpmbuild/SPECS
> 
> 4. rpmbuild -ba rpmbuild/SPECS/cvs-1.11.10.spec
> # this will compile cvs for you and make a regular RPM

You can also build a source RPM without the install step using:

  rpmbuild -ba cvs-1.11.10-cvshome.org.1.src.rpm

or

  rpm --rebuild cvs-1.11.10-cvshome.org.1.src.rpm

depending on which version of Linux you have. Newer RedHats have
rpmbuild, SuSE and Mandrake (I believe) have 'rpm --rebuild'.

- Rob

-- 
Robert J. Clark                   Quest Software
Software Developer                [EMAIL PROTECTED]



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to