[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Python 2.5 F7 SPEC
- From: Kevin Kofler <kevin kofler chello at>
- To: fedora-devel-list redhat com
- Subject: Re: Python 2.5 F7 SPEC
- Date: Wed, 9 May 2007 19:42:56 +0000 (UTC)
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]