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.1 by argiro, Fri Feb 10 09:38:39 2006 UTC vs.
Revision 1.4 by eulisse, Wed Apr 12 10:36:02 2006 UTC

# Line 1 | Line 1
1   ### RPM external python 2.4.2
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
6   # FIXME: readline, ncurses, crypt, various [ng]dbm, db-*, db[1-3],
7   # FIXME: gmp, panel, tk/tcl, x11
8  
9   Source0: http://www.python.org/ftp/%n/%v/Python-%v.tgz
10 < Patch0: python-osx
10 > #Patch0: python-osx
11  
12   %prep
13   %setup -n Python-%v
# Line 40 | Line 42 | for d in $dirs; do
42    done
43   done
44  
45 < ./configure --prefix=%i
46 < make
45 > ./configure --prefix=%i --enable-shared
46 > make %makeprocesses
47  
48   %install
49   make install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines