ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/online.spec
(Generate patch)

Comparing COMP/CMSDIST/online.spec (file contents):
Revision 1.41 by muzaffar, Tue Jun 30 22:13:16 2009 UTC vs.
Revision 1.45 by andreasp, Sun Jul 19 13:43:25 2009 UTC

# Line 1 | Line 1
1 < ### RPM cms online CMSSW_3_1_0_pre11_ONLINE
1 > ### RPM cms online CMSSW_3_2_0_ONLINE
2   ## IMPORT configurations
3
3   Provides: /bin/zsh
4   Provides: /bin/ksh
5   Provides: /bin/sed
6   Provides: /usr/bin/awk
8 Provides: /usr/bin/python
7   Provides: perl(Date::Format)
8   Provides: perl(Term::ReadKey)
9   Provides: perl(full)
# Line 13 | Line 11 | Provides: perl(LWP::UserAgent)
11   Provides: perl(Template)
12  
13   Requires: online-tool-conf python
16 Patch0: online_src
14  
15 < %define cmssw_release   %(perl -e '$_="%v"; s/_ONLINE//; print;')
15 > %define cmssw_release   %(perl -e '$_="%v"; s/_ONLINE1//; print;')
16   %define cvsprojuc       %(echo %n | sed -e "s|-debug||"| tr 'a-z' 'A-Z')
17   %define cvsprojlc       %(echo %cvsprojuc | tr 'A-Z' 'a-z')
18   %define cvsdir          %cvsprojuc
19   %define cvsserver       %cvsprojlc
23 %define useCmsTC        1
20   %define buildtarget     release-build
21   %define saveDeps        yes
22  
23   #Defines for file containing list of packages for checkout and build:
24 < %define buildsetfile    online_build_set
24 > %define buildsetrepo    CMSDIST
25 > %define buildsetfile    online_build_set.file
26 > %define buildsetvers    buildset_V2_1
27 >
28  
29 < %define patchsrc2       perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!' config/BuildFile.xml
30 < %define patchsrc3       %patch -p0
29 > %define patchsrc2     perl -p -i -e ' s!(<classpath.*/test\\+.*>)!!;' config/BuildFile.xml
30 > %define patchsrc3     perl -p -i -e ' s!int depth=1,!int depth,!;' src/DQM/HcalMonitorTasks/interface/HcalTrigPrimMonitor.h
31 > %define scramcmd $SCRAMV1_ROOT/bin/scram
32  
33   ## IMPORT cms-scram-build
34   ## IMPORT partial-build

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines