ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs.spec
Revision: 1.7
Committed: Wed Sep 27 18:12:25 2006 UTC (18 years, 7 months ago) by afanfani
Branch: MAIN
CVS Tags: af20060928
Changes since 1.6: +1 -1 lines
Log Message:
Update to tag DBS_0_0_3

File Contents

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