ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs.spec
Revision: 1.8
Committed: Sun Oct 22 18:25:20 2006 UTC (18 years, 6 months ago) by afanfani
Branch: MAIN
CVS Tags: CRABSERVER_TEST_BUILD_V4, CRABSERVER_TEST_BUILD_V3, CRABSERVER_TEST_BUILD_V2, CRABSERVER_TEST_BUILD_V1, forCRABSERVER104test, forCRABSERVER103, PRODAGENT_0_10_12_V10, PRODAGENT_0_10_12_V9, PRODAGENT_0_10_12_V8, PRODAGENT_0_10_12_V7, PRODAGENT_0_10_12_V6, PRODAGENT_0_10_12_V5, PRODAGENT_0_10_12_V4, forCS102pre4, PRODAGENT_0_10_12_V3, PRODAGENT_0_10_12_V2, PRODAGENT_0_10_12, PRODAGENT_0_10_3, PRODAGENT_0_10_3_20080521, PRODAGENT_0_8_3_SL4, forPA070pre3-slc3, forPA070pre3-slc4, forPA070pre3-slc, forPA061, forPA060pre7-slc4, forPA060pre3, forDBS106, forPA050pre3, WEBTOOLS_CONFIG_1_pre2, WEBTOOLS_CONFIG_1_pre1, forPA030, pe20070501a-ports, pe20070428a-ports, forPA020, pe20070423b-ports, pe20070423a-ports, pe20070414b-ports, pe20070414a-ports, forPHEDEX251-micro-pre1, pe20070412b-ports, pe20070412a-ports, pe20070411a-ports, PR_0_5_4, PR_0_5_0, PR_0_4_21, PRODREQUEST_0_4_0, forPHEDEX251, PR0_3_13, PR0_3_12, PR0-3-11, forPHEDEX250, forPR034, forPR033, forPIL116, forPR032, forPR030, forPR020, forPA011, forPR010, forPA010, forPHEDEX242, forPHEDEX241
Changes since 1.7: +1 -1 lines
Log Message:
Upgrade to tag DBS_0_0_3a

File Contents

# User Rev Content
1 afanfani 1.8 ### RPM cms dbs DBS_0_0_3a
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