ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs-schema.spec
Revision: 1.2
Committed: Fri Mar 2 14:59:53 2007 UTC (18 years, 1 month ago) by valya
Branch: MAIN
Changes since 1.1: +3 -6 lines
Log Message:
A new spec for DBS schema

File Contents

# User Rev Content
1 valya 1.2 ### RPM cms dbs-schema v00_00_14
2 valya 1.1
3     %define cvstag %v
4     Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Schema/NeXtGen&export=DBS/Schema/NeXtGen&tag=-r%{cvstag}&output=/dbs-schema.tar.gz
5 valya 1.2 Requires: mysql oracle
6 valya 1.1
7     %prep
8     %setup -n DBS
9     %build
10     (make DBSHOME=%_builddir/DBS/Schema/NeXtGen )
11    
12     %install
13     ls -l Schema/NeXtGen
14 valya 1.2 cp -r Schema/NeXtGen/* %{i}/
15 valya 1.1