Hello, I've got a centos 4.4 box and i'd like to make some rpms for it. My first task is to recompile an srpm removing some options to customize it. I tried rpmbuild, which worked on a fedora install, but that command wasn't available. What rpm do i have to install to make rpms? I've got rpmdb, rpm, and rpm-libs already installed. I thought the missing one was rpm-utils, but no go. Thanks. Dave.
On Wed, 11 Apr 2007 at 3:36pm, Dave wrote
I've got a centos 4.4 box and i'd like to make some rpms for it. My first task is to recompile an srpm removing some options to customize it. I tried rpmbuild, which worked on a fedora install, but that command wasn't available. What rpm do i have to install to make rpms? I've got rpmdb, rpm, and rpm-libs already installed. I thought the missing one was rpm-utils, but no go.
$ yum provides /usr/bin/rpmbuild rpm-build.i386 4.3.3-18_nonptl base Matched from: /usr/bin/rpmbuild
On Wed, 2007-04-11 at 15:39 -0400, Joshua Baker-LePain wrote:
On Wed, 11 Apr 2007 at 3:36pm, Dave wrote
I've got a centos 4.4 box and i'd like to make some rpms for it. My first task is to recompile an srpm removing some options to customize it. I tried rpmbuild, which worked on a fedora install, but that command wasn't available. What rpm do i have to install to make rpms? I've got rpmdb, rpm, and rpm-libs already installed. I thought the missing one was rpm-utils, but no go.
$ yum provides /usr/bin/rpmbuild rpm-build.i386 4.3.3-18_nonptl base Matched from: /usr/bin/rpmbuild
See http://wiki.centos.org/TipsAndTricks/YumAndRPM "Get set up for rebuilding packages while not being root". I like Method B.
Phil
Why when I installed wine on my CentOS 5 beta, It shows me no fonts, I hacve tried installing a truefonts fron souceforge arial32.exe with wine and run correctly but no0things happens I means is still the same things no fonts at all Any ideas Greatings manny
I did the question and I give the answer too I resolved the problem copying the fonts from windows, I know that this is not the best solution but it works with that, y copied the fonts from c:/windows/fonts and pasted on /home/user/.wine/drive_c/windows/fonts after I did that finally I got a wine menu with fonts
El mié, 11-04-2007 a las 16:42 -0400, Manuel Chavez escribió:
Why when I installed wine on my CentOS 5 beta, It shows me no fonts, I hacve tried installing a truefonts fron souceforge arial32.exe with wine and run correctly but no0things happens I means is still the same things no fonts at all Any ideas Greatings manny -- La perfección (de un diseño) no se consigue cuando no queda nada por añadir, sino mas bien cuando no resta nada por eliminar. Antoine de Saint-Exupery
(@ @)
|------------o00o-(_)-o00o-----------| | Manuel Enrique Chávez Manzano | | manuel864@gmail.com | | manny@jagua.cfg.sld.cu | | GNU/LINUX User | | #424754 | | | |-----------------------ooo----------|
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, 2007-04-11 at 18:06 -0400, Manuel Chavez wrote:
I did the question and I give the answer too I resolved the problem copying the fonts from windows, I know that this is not the best solution but it works with that, y copied the fonts from c:/windows/fonts and pasted on /home/user/.wine/drive_c/windows/fonts after I did that finally I got a wine menu with fonts
You could have also copied them to ~/.fonts/ that makes them available to linux applications also.
Paul