Revision: | 1.2 |
Committed: | Wed Apr 19 18:12:24 2006 UTC (19 years ago) by steen |
Branch: | MAIN |
CVS Tags: | V00-00-03, V00-00-02, V00-00-01, V00-00-00 |
Changes since 1.1: | +1 -0 lines |
Log Message: | Add %i/bin to PATH Conrad Steenberg <conrad@hep.caltech.edu> California Institute of Technology | http://conradsteenberg.info |
# | Content |
---|---|
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} |
4 | ## INITENV +PATH PATH %{i}/bin |
5 | |
6 | Summary: A language for writing Python extension modules. |
7 | Group: Development/Libraries |
8 | Vendor: Greg Ewing <greg@cosc.canterbury.ac.nz> |
9 | Url: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ |
10 | Packager: Conrad Steenberg <conrad@hep.caltech.edu> |
11 | Source: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-%{v}.tar.gz |
12 | Requires: python |
13 | %prep |
14 | %setup -n Pyrex-%{v} |
15 | %build |
16 | python setup.py build |
17 | %install |
18 | python setup.py install --prefix=%i |