Install it with rpm -i, and look in /usr/src/packages/{SOURCES,SPECS}
Are you sure that "rpm -i *src.rpm" won't compile and install the binaries? Thanks.
On Jun 1, fabio de francesco fmdf@tiscali.it wrote:
Install it with rpm -i, and look in /usr/src/packages/{SOURCES,SPECS}
Are you sure that "rpm -i *src.rpm" won't compile and install the binaries?
Yes, it will only copy the contents to the named directories.
Markus
(OT) * fabio de francesco wrote on Sun, Jun 01, 2003 at 11:14 +0200:
Install it with rpm -i, and look in /usr/src/packages/{SOURCES,SPECS}
Are you sure that "rpm -i *src.rpm" won't compile and install the binaries? Thanks.
Yes, to compile it, someone would write $ rpm --rebuild *src.rpm or after installing and modifications (such as adding a patch) maybe: $ rpm -ba /usr/src/packages/SPECS/mypackage.spec or when there is no RPM package available, sometimes $ rpm -tb mytarball.tgz also works.
oki,
Steffen