Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Feb 2002 12:23:13 GMT
From:      Neil Darlow <neil@darlow.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   RE: What do i do with a source RPM
Message-ID:  <20020204.12231300@ideal.darlow.co.uk>

next in thread | raw e-mail | index | archive | help
On 02/03/2002 at 19:30:52, Jeff Jeter said:

> when i try "rpm -vi codeweavers-wine-20001106-1.src.rpm" it says
> "codeweavers-wine-20001106-1" and finishes.  The prog is not installed=

> and i cannot find the source.

Assuming RPM is properly installed and configured you can type:

rpm --rebuild codeweavers-wine-20001106-1.src.rpm

This should extract the sources to the apporpriate directory and build
the binary package(s) according to the included .spec file.

You can locate the binary .rpm under the RPMS directory of the rpm build=

tree and install it with, for example, the following:

rpm -ivh codeweavers-wine-20001106-1.i386.rpm

Regards,
Neil Darlow M.Sc.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020204.12231300>