then install (as root)using rpm -Uvh <filename>.src.rpm
this next step will depend on your distro, but if your using redhat it will install into:
/usr/src/redhat/SPECS
cd into their
and then enter:
rpm -ba <name-of-file>.spec
if u want to build for a diffent architecture than i386 just add --target=i686 or --target=i586 after it,
so say i want to rebuild evolution from a src.rpm for i686 arch heres the steps i would use:
rpm -Uvh evolution.src.rpm
cd /usr/src/redhat/SPECS
rpm -ba evolution.spec --target=i686
this will then put the finished rpm into /usr/src/redhat/RPMS/i686
then install as normal: rpm -Uvh evolution.i686.rpm
Hope that helps
Mark
On 30 Apr 2001 13:43:24 -0500, [EMAIL PROTECTED] wrote: > > > I'm of the understanding that to get the Evolution conduits to work one must > recompile the source. If this is the case, how would one compile an src.rpm to > get the necessary changes and still be able to install via RPM? > > Chris Tooley > > > > _______________________________________________ > evolution maillist - [EMAIL PROTECTED] > http://lists.helixcode.com/mailman/listinfo/evolution >
