ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-pyprocessing.spec
Revision: 1.3
Committed: Tue Aug 30 14:41:34 2011 UTC (13 years, 8 months ago) by lat
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Remove old obsolete RPMs and patches.

File Contents

# Content
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://download.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