ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs-client.spec
Revision: 1.1
Committed: Fri Dec 15 14:49:23 2006 UTC (18 years, 4 months ago) by eulisse
Branch: MAIN
Log Message:
First added to repository (on valentin's request).

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM cms dbs-client pre_v00_00_04
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/Clients/Python&export=DBS/Clients/Python&tag=-r%{cvstag}&output=/dbs-client.tar.gz
6     Requires: python
7    
8     %prep
9     %setup -n DBS
10     %build
11     (make DBSHOME=%_builddir/DBS/Clients/Python )
12    
13     %install
14     mkdir -p %i/bin
15     mkdir -p %i/lib/python
16     ls -l Clients/Python
17     cp -r Clients/Python/* %i/lib/python
18