On Mon, 01 Aug 2005 15:11:19 -0700 s_tama515 <s_tama515@yahoo.co.jp> wrote:
Hi eshsf,
Thanks for your reply.
Hi
I would like to know how the readline libraries included in the following packages were compiled and archived.
readline-5.0-1.2.i586.rpm readline-devlevel-5.0-12.i586.rpm
Is there any way to know the compile option of there libraries?
It is in bash.spec in bash-3.0-8.2.src.rpm and /usr/lib/rpm/rpmrc.
Hmm, it seems there is no bash.spec in bash-3.0.8.2.src.rpm :(
hostname@linux:/usr/lib/rpm> rpm -qli bash-3.0 [snip]
Any other place to look at?
rpm -i bash-3.0-8.2.src.rpm
a bash.spec(or *.spec) is not installed in the system, and is just used when making rpm file. if you extract a source file from *.src.rpm, that execute the following command, the files extracted is generated in SPECS and SOURCES directories. eshsf