Python 2.5 F7 SPEC

Kevin Kofler kevin.kofler at chello.at
Wed May 9 19:42:56 UTC 2007


Debarshi 'Rishi' Ray <debarshi.ray <at> gmail.com> writes:
> I wonder if the following modification will make the Python 2.5
> package more tolerant towards systems having some other version of
> Python (make altinstall).

No.

> -%{_bindir}/python*

This is just the same as this:
> +%{_bindir}/python
> +%{_bindir}/python2
> +%{_bindir}/python%{pybasever}
> +%{_bindir}/python-config
> +%{_bindir}/python%{pybassever}-config

because RPMs are installed to a buildroot and only files in that buildroot are 
packaged, not any files with matching names which happen to be on the system.

         Kevin Kofler




More information about the fedora-devel-list mailing list