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? Thanks ST
On Fri, 29 Jul 2005 12:09:06 -0700 s_tama515 <s_tama515@yahoo.co.jp> wrote:
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. eshsf
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 Name : bash Relocations: (not relocatable) Version : 3.0 Vendor: SUSE LINUX AG, Nuernberg, Germany Release : 8.2 Build Date: 2004年12月03日 10時32分57秒 Install date: 2005年06月26日 14時35分20秒 Build Host: c001n13.suse.de Group : System/Shells Source RPM: bash-3.0-8.2.src.rpm Size : 2583396 License: GPL Signature : DSA/SHA1, 2004年12月03日 10時39分24秒, Key ID a84edae89c800aca Packager : http://www.suse.de/feedback URL : http://www.gnu.org/software/bash/bash.html Summary : The GNU Bourne-Again Shell Description : Bash is an sh-compatible command interpreter that executes commands read from standard input or from a file. Bash incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended to be a conformant implementation of the IEEE Posix Shell and Tools specification (IEEE Working Group 1003.2). Authors: -------- Brian Fox <bfox@gnu.org> Chet Ramey <chet@ins.cwru.edu> Distribution: SuSE Linux 9.2 (i586) /bin/bash /bin/sh /etc/bash_completion.d /usr/bin/bashbug /usr/bin/rbash /usr/share/doc/packages/bash /usr/share/doc/packages/bash/BUGS /usr/share/doc/packages/bash/COMPAT /usr/share/doc/packages/bash/COPYING /usr/share/doc/packages/bash/FAQ /usr/share/doc/packages/bash/INTRO /usr/share/doc/packages/bash/NEWS /usr/share/doc/packages/bash/bash.html /usr/share/doc/packages/bash/bashref.html /usr/share/doc/packages/bash/history.html /usr/share/doc/packages/bash/readline.html /usr/share/doc/packages/bash/rluserman.html /usr/share/info/bash.info.gz /usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo /usr/share/locale/en@quot/LC_MESSAGES/bash.mo /usr/share/man/man1/bash.1.gz /usr/share/man/man1/bashbug.1.gz /usr/share/man/man1/bashbuiltins.1.gz /usr/share/man/man1/rbash.1.gz Any other place to look at?
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
Hi,
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?
a bash.spec(or *.spec) is not installed in the system, and is just used when making rpm file.
rpm -i bash-3.0-8.2.src.rpm
if you extract a source file from *.src.rpm, that execute the following command, the files extracted is generated in SPECS and SOURCES directories.
I couldn't find SPECS and SOURCES directories. Where can I find them? Thanks
On Monday 08 August 2005 11:49 am, Shuichi Tamagawa wrote:
I couldn't find SPECS and SOURCES directories. Where can I find them?
Thanks
/usr/src/packages/ -- POPFile, the OpenSource EMail Classifier http://popfile.sourceforge.net/ Linux 2.6.11.4-21.8-default x86_64 SuSE Linux 9.3 (x86-64)
participants (4)
-
eshsf
-
s_tama515
-
Scott Leighton
-
Shuichi Tamagawa