Hi Doug,
Try the following:
rpmbuild --rebuild globus-accessgrid-2.4.3-1.fc3.src.rpm
rpm -i /usr/src/suse/x86_64/globus- accessgrid-2.4.3-1.x86_64.rpm
then
rpmbuild --rebuild pyGlobus-1.0.10-2.fc3.src.rpm
Perfect. pyGlobus is then correctly setuped.
> For the other two components, pyOpenSSL_AG needs elinks and SOAPpy needs
> python-abi and the procedure of installing them are both problematic.
You could remove elinks from the dependency and comment out the
pyOpenSSL-elinks.patch lines. Later versions of Fedora don't come with lynx,
hence the elinks patch.
Done.
The python-abi dependency could also be removed. On Fedora, python-abi is
set to the Python version ( e.g. 2.3 or 2.4, it's to prevent a RPM built
against Python 2.4 being installed on a Python 2.3 based Fedora, etc)
I didn't find the spec file of the SOAPpy in /usr/src/packages/SPECS. I only
found the query of python-abi in AccessGrid.spec and compat-AccessGrid.spec but
after I commented them on I couldn't build them coz they were just asking for
SOAPpy.
Now running
rpmbuild -ba compat-AccessGrid.spec
SOAPpy is the only component that is needed.
Where can I modify its dependency of python-abi?
Thanks,
Zephyr