ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/crab.spec
Revision: 1.2
Committed: Tue Apr 25 10:11:03 2006 UTC (19 years ago) by elmer
Branch: MAIN
CVS Tags: V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00
Changes since 1.1: +1 -1 lines
Log Message:
Changes to move from boss/boss4 naming scheme to boss3/boss.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM cms crab 1.0.4
2     ## INITENV +PATH PYTHONPATH %i/python
3     ## INITENV +PATH PATH %i/scripts
4     ## INITENV +PATH CRABDIR %i
5     ## INITENV +PATH CRABSCRIPT %i
6    
7     %define downloadn CRAB
8     %define downloadv %(echo %v | tr '.' '_')
9     %define cvstag CRAB_%{downloadv}
10     Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=CRAB&export=CRAB&&tag=-r%{cvstag}&output=/CRAB.tar.gz
11 elmer 1.2 Requires: boss3
12 eulisse 1.1
13     %prep
14     %setup -n CRAB
15     %build
16     rm -rf %i
17     mkdir -p %i
18     cp -r ./* %i
19     %install