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

File Contents

# Content
1 ### RPM external py2-json 0.1
2 %define pythonv %(echo $PYTHON_VERSION | cut -d. -f 1,2)
3 ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv}
4
5 Summary: Javascript Object Notation implementation for Python
6 Packager: Conrad Steenberg <conrad@hep.caltech.edu>
7 Source: http://julian.ultralight.org/clarens/devel/python-json-%v.tar.gz
8 URL: http://json-rpc.org/pyjsonrpc/index.xhtml
9 Requires: python
10 %prep
11 %setup -n python-json-%{v}
12
13 %build
14
15 %install
16 mkdir -p %{i}/lib/python%{pythonv}
17
18 cp json.py jsonrpc.py %{i}/lib/python%{pythonv}
19