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

Comparing COMP/CMSDIST/PHEDEX-admin.spec (file contents):
Revision 1.62 by egeland, Tue Jun 2 13:52:05 2009 UTC vs.
Revision 1.86 by magini, Thu Jul 15 10:48:32 2010 UTC

# Line 1 | Line 1
1 < ### RPM cms PHEDEX-admin PHEDEX_3_2_0_pre3
1 > ### RPM cms PHEDEX-admin PHEDEX_3_3_2_pre2
2 >
3   ## INITENV +PATH PERL5LIB %i/perl_lib
4   %define downloadn %(echo %n | cut -f1 -d-)
5   Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=%{downloadn}&export=%{downloadn}&&tag=-r%{v}&output=/%{downloadn}.tar.gz
# Line 9 | Line 10 | Requires: p5-time-hires p5-text-glob p5-
10   Requires: p5-dbd-oracle p5-xml-parser p5-poe p5-poe-component-child
11   Requires: p5-log-log4perl p5-log-dispatch p5-log-dispatch-filerotate
12   Requires: p5-params-validate p5-monalisa-apmon
12 # CMS libs
13 Requires: dls-client dbs-client
14 # Etc.
15 Requires: python
13   # Actually, it is p5-xml-parser that requires this, but it doesn't configure itself correctly
14   # This is so it gets into our dependencies-setup.sh
15   Requires: expat
# Line 25 | Line 22 | Provides: perl(XML::LibXML)
22  
23   %prep
24   %setup -n %{downloadn}
25 + rm -rf Toolkit/DBS
26  
27   %build
28  
# Line 33 | Line 31 | mkdir -p %i/etc
31   tar -cf - * | (cd %i && tar -xf -)
32  
33   # Set permissions
36 chmod 755 %i/Toolkit/DBS/*
34   chmod 755 %i/Utilities/*
35  
36   # Copy dependencies to dependencies-setup.sh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines