ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/py2-pymongo.spec
Revision: 1.25
Committed: Wed Sep 12 01:48:03 2012 UTC (12 years, 7 months ago) by valya
Branch: MAIN
CVS Tags: bld_1361214804_filemover_slc5_amd64_gcc461, bld_1361213027_filemover_slc5_amd64_gcc461, bld_1358971407_t0_reqmon_slc5_amd64_gcc461, bld_1358742470_t0wmstats_slc5_amd64_gcc461, HG1302a, HG1212d, HG1212c, HG1212b, HG1212a, bld_1352811218_cmsfomon_slc5_amd64_gcc461, HG1211g, bld_1351773793_cmsweb_osx106_amd64_gcc461, bld_1351772993_cmsweb_osx106_amd64_gcc461, HG1211f, HG1211e, HG1211d, HG1211c, HG1211b
Changes since 1.24: +1 -1 lines
Log Message:
New pymongo driver

File Contents

# User Rev Content
1 valya 1.25 ### RPM external py2-pymongo 2.3
2 lat 1.17 ## INITENV +PATH PYTHONPATH %i/$PYTHON_LIB_SITE_PACKAGES
3 valya 1.1
4     Source: http://pypi.python.org/packages/source/p/pymongo/pymongo-%realversion.tar.gz
5 lat 1.23 Requires: python elementtree
6     BuildRequires: py2-setuptools
7 valya 1.1
8     %prep
9     %setup -n pymongo-%realversion
10    
11     %build
12 diego 1.11 python setup.py build
13 valya 1.1
14     %install
15 diego 1.11 python setup.py install --prefix=%i --single-version-externally-managed --record=/dev/null
16     find %i -name '*.egg-info' -exec rm {} \;