ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/python.spec
(Generate patch)

Comparing COMP/CMSDIST/python.spec (file contents):
Revision 1.22 by ratnik, Wed Apr 18 23:46:02 2007 UTC vs.
Revision 1.26 by eulisse, Wed Jun 27 08:20:24 2007 UTC

# Line 1 | Line 1
1 < ### RPM external python 2.4.3
2 < Requires: gcc-wrapper
1 > ### RPM external python 2.4.4-wt1
2   ## INITENV +PATH PATH %i/bin
3   ## INITENV +PATH LD_LIBRARY_PATH %i/lib
4   # OS X patches and build fudging stolen from fink
5 < Requires: zlib expat openssl bz2lib db4 gdbm openssl
5 > Requires: zlib expat openssl bz2lib db4 gdbm
6   # FIXME: readline, crypt
7   # FIXME: gmp, panel, tk/tcl, x11
8  
9 < Source0: http://www.python.org/ftp/%n/%v/Python-%v.tgz
9 > Source0: http://www.python.org/ftp/%n/%realversion/Python-%realversion.tgz
10   Patch0: python-Include-pyport.h
11   Patch1: python-Lib-plat-mac-applesingle.py
12   Patch2: python-Lib-site.py
# Line 18 | Line 17 | Patch6: python-setup.py
17  
18  
19   %prep
20 < %setup -n Python-%v
20 > %setup -n Python-%realversion
21   #%patch0
22   #%patch1
23   #%patch2
# Line 33 | Line 32 | perl -p -i -e "s|#!.*/usr/local/bin/pyth
32   %endif
33  
34   %build
36 ## IMPORT gcc-wrapper
35   # Python is awkward about passing other include or library directories
36   # to it.  Basically there is no way to pass anything from configure to
37   # make, or down to python itself.  To get python detect the extensions
# Line 66 | Line 64 | make %makeprocesses
64  
65   %install
66   make install
67 < %define pythonv %(echo %v | cut -d. -f 1,2)
67 > %define pythonv %(echo %realversion | cut -d. -f 1,2)
68  
69   #if [ $(uname) = Darwin ]; then
70    # make install prefix=%i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines