ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-pyprocessing.spec
Revision: 1.1
Committed: Thu Jun 4 14:13:05 2009 UTC (15 years, 10 months ago) by valya
Branch: MAIN
Log Message:
Added new spec for multiprocessing module in python, it is already included in python 2.6 as multiprocessing

File Contents

# User Rev Content
1 valya 1.1 ### RPM external py2-pyprocessing 0.52
2     %define pythonv %(echo $PYTHON_VERSION | cut -f1,2 -d.)
3     ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -f1,2 -d.`/site-packages
4     Source: http://prdownload.berlios.de/pyprocessing/processing-%{realversion}.zip
5     Requires: python
6    
7     %prep
8     %setup -n processing-%{realversion}
9     %build
10     python setup.py build
11     %install
12     python setup.py install --prefix=%i