On Sun, Oct 4, 2009 at 4:59 PM, Johnny Hughes johnny@centos.org wrote:
On 10/04/2009 12:22 PM, Lanny Marcus wrote:
<snip>
>>>> If you are using Gnome, you may want to check out seahorse. Very easy to >>>> use.
<snip> >>>> Seahorse is Gnome app, and the latest version requires gtk-2.16.x ... >>>> CentOS-5.x contains gtk2-2.10.x so I would imagine the latest seahorse >>>> will not work with CentOS. <snip> > > This SRPM will build on CentOS-5.x ... IF ... you install gpgme, > gpgme-devel, and pth from RPMForge on the build machine (or make them > available for mock if you build with that).
<snip>
first do this (all one line):
yum install `rpm -qp --requires seahorse-2.20.3-3.src.rpm | awk {'print $1'}`
(the tick character that surrounds everything is the character to the left of the 1 key (`), not a single quote ... there is a single quote around 'print $1')
That should install all the required packages to build the RPM. You can look in /var/log/yum.log to see exactly what was installed and be able to remove them after you are done.
Johnny: Thank you! After I read the above, I read your later posts and I will get the i386 RPM you made. Will report back, as to whether or not I was successful. Much appreciated! Lanny