Python 2.5 F7 SPEC

Debarshi 'Rishi' Ray debarshi.ray at gmail.com
Wed May 9 19:36:18 UTC 2007


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).

--- python.spec 2007-04-10 19:53:41.000000000 +0530
+++ python.spec.new     2007-05-10 01:01:34.000000000 +0530
@@ -359,7 +359,11 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(-, root, root)
 %doc LICENSE README
 %{_bindir}/pydoc*
-%{_bindir}/python*
+%{_bindir}/python
+%{_bindir}/python2
+%{_bindir}/python%{pybasever}
+%{_bindir}/python-config
+%{_bindir}/python%{pybassever}-config
 %{_mandir}/*/*

Happy hacking,
Debarshi
-- 
GPG key ID: 63D4A5A7
Key server: pgp.mit.edu




More information about the fedora-devel-list mailing list