Revision: | 1.5 |
Committed: | Mon May 22 12:13:22 2006 UTC (18 years, 11 months ago) by elmer |
Branch: | MAIN |
CVS Tags: | pe20060827a, for100pre1, for091, for082, for090, CMSSW_0_8_1, for090_RC1, CMSSW_0_9_0_pre3, nr_baran081_t1, for080_testfixes1, for090p2, forCMSSW090p2, for080_testfixes, for090p2_RC5, for090p2_RC4, for090p2_RC3, for090p2_RC2, for090p2_RC1, ProdAgent_pa17, for081, for080_amd64, for080, for080p4, for080pre3, forLCG_44, forCMSSW_0_8_0_pre2, V00-01-02, V00-01-2, V00-01-01, V00-01-00, V00-00-11, V00-00-10, V00-00-09, V00-00-08, V00-00-07 |
Changes since 1.4: | +1 -1 lines |
Log Message: | Update to tag DBS_0_0_1 |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.5 | ### RPM cms dbs DBS_0_0_1 |
2 | eulisse | 1.2 | ## INITENV +PATH PYTHONPATH %i/lib/python |
3 | elmer | 1.4 | %define cvstag %v |
4 | eulisse | 1.1 | Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS&export=DBS&&tag=-r%{cvstag}&output=/DBS.tar.gz |
5 | eulisse | 1.3 | Requires: python swig gsoap log4cplus py2-pyxml py2-zsi |
6 | eulisse | 1.1 | |
7 | %prep | ||
8 | %setup -n DBS | ||
9 | %build | ||
10 | (cd Servers/AppServer; make DBSHOME=%_builddir/DBS/Servers/AppServer PYTHONINCLUDE=$PYTHON_ROOT/include GSOAPHOME=$GSOAP_ROOT LOG4CXX=$LOG4CPLUS_ROOT SWIG_HOME=$SWIG_ROOT) | ||
11 | (cd Clients/CppAPI; make DBSHOME=%_builddir/DBS/Servers/AppServer GSOAPHOME=$GSOAP_ROOT) | ||
12 | |||
13 | %install | ||
14 | mkdir -p %i/bin | ||
15 | mkdir -p %i/lib/python | ||
16 | eulisse | 1.2 | cp -r Clients/PythonAPI/* %i/lib/python |
17 | eulisse | 1.1 | cp Clients/CppAPI/client.exe %i/bin/dbsClient |