|
Evert: The binary package is the one that is ready to use. I mean you install it with rpm -Uvh <package>.<architecture>.rpm and then you can use the commands provided by package. Usually, package is compiled starting from <package>.src.rpm with the command rpmbuild --rebuild --target <architecture>-linux <package>.src.rpm. In the case of emacs package, the rpmbuild command produces more packages but none of them contains emacsclient, which is used to edit a document in an already existing instance of emacs (and is very useful in doing inverse search in LaTeX). This happens for the emacs source package that I have downloaded yesterday: emacs-21.4-2.src.rpm. I have solved the problem, but I would like to know if that %exclude %{_bindir}/emacs* line is a bug in the spec file or it is a bug in my RPM installer/rebuilder utility.
__________________
Hardware: Dell Inspiron 2650, P4M @ 1.8GHz, i845MZ chipset, 512 MB RAM, nVIDIA GeForce 2 Go with 16 MB RAM, 20 GB hard disk, 14.1' LCD panel.
Software: BIOS A10, FC 4.92 (Pre-FC5), Kernel 2.6.15-1.2041_FC5, Xorg 7, 8174 NVIDIA drivers
Last edited by AlaxMAX; 19th April 2005 at 08:44 AM.
|