ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs-server.spec
Revision: 1.2
Committed: Mon Dec 18 08:54:20 2006 UTC (18 years, 4 months ago) by eulisse
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Uses oracle, mysql and the new tomcat.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM cms dbs-web v01_02_00
2     ## INITENV +PATH PYTHONPATH %i/lib
3    
4     %define cvstag %v
5     Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Web/DataDiscovery&export=DBS/Web/DataDiscovery&tag=-r%{cvstag}&output=/dbs-web.tar.gz
6 eulisse 1.2 Requires: python dbs-client py2-sqlalchemy cherrypy mysql py2-mysqldb oracle py2-cx-oracle apache-tomcat
7 eulisse 1.1
8     %prep
9     %setup -n DBS
10     %build
11     (make DBSHOME=%_builddir/DBS/Web/DataDiscovery )
12    
13     %install
14     mkdir -p %i/bin
15     mkdir -p %i/lib/python
16     ls -l Web/DataDiscovery
17     cp -r Web/DataDiscovery/* %i/lib/python
18