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

Comparing COMP/CMSDIST/pyrex.spec (file contents):
Revision 1.1 by eulisse, Tue Apr 18 21:27:47 2006 UTC vs.
Revision 1.5 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1   ### RPM external pyrex 0.9.3.1
2 < %define pythonv %(echo $PYTHON_VERSION | cut -d. -f 1,2)
3 < ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv}
2 > Requires: gcc-wrapper
3 > %define pythonv $(echo $PYTHON_VERSION | cut -d. -f 1,2)
4 > ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv}/site-packages
5 > ## INITENV +PATH PATH %{i}/bin
6  
7   Summary: A language for writing Python extension modules.
8   Group: Development/Libraries
# Line 12 | Line 14 | Requires: python
14   %prep
15   %setup -n Pyrex-%{v}
16   %build
17 + ## IMPORT gcc-wrapper
18   python setup.py build
19   %install
20   python setup.py install --prefix=%i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines