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.21 by ratnik, Mon Apr 14 03:42:53 2008 UTC vs.
Revision 1.41 by muzaffar, Tue Jun 30 22:13:16 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines