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

Comparing COMP/CMSDIST/PHEDEX.spec (file contents):
Revision 1.5 by lat, Fri May 5 18:41:07 2006 UTC vs.
Revision 1.33 by rehn, Thu Mar 8 09:45:49 2007 UTC

# Line 1 | Line 1
1 < ### RPM cms PHEDEX PHEDEX_2_3_0
1 > ### RPM cms PHEDEX PHEDEX_2_5_1
2   Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=%n&export=%n&&tag=-r%{v}&output=/%n.tar.gz
3   Requires: oracle oracle-env p5-time-hires p5-text-glob p5-compress-zlib p5-dbi p5-dbd-oracle p5-xml-parser srmcp python
4 < Provides: perl(UtilsMisc) perl(fmonMRs)
4 > Requires: py2-cx-oracle
5 > Requires: dls dbs
6 > Provides: perl(UtilsMisc)
7 > Provides: perl(ApMon) perl(Date::Manip)
8 > Provides: perl(POE) perl(POE::Component::Client::TCP) perl(POE::Component::Server::TCP)
9 > Provides: perl(POE::Filter::Reference) perl(POE::Queue::Array) perl(POE::Session)
10 > Provides: perl(POE::Wheel::Run)
11 >
12 > # Extra requires so we get everything necessary for env.{,c}sh.
13 > Requires: zlib expat openssl bz2lib py2-pyxml py2-zsi py2-mysqldb mysql
14 >
15  
16   %prep
17   %setup -n %n
18 + rm     PHEDEX/Custom/Template/ConfigPart.CERN*
19 + rm     PHEDEX/Custom/Template/ConfigPart.Management
20 + rm -rf PHEDEX/Infrastructure
21 + rm -rf PHEDEX/Management
22 + rm -rf PHEDEX/Monitoring
23 + rm -rf PHEDEX/Peers
24 + rm -rf PHEDEX/Test
25 + rm -rf PHEDEX/Workflow
26 +
27  
28   %build
29  
# Line 14 | Line 33 | tar -cf - * | (cd %i && tar -xf -)
33  
34   mkdir -p %i/etc/profile.d
35   for x in %pkgreqs; do
36 + case $x in /* ) continue ;; esac
37   p=%{instroot}/%{cmsplatf}/$(echo $x | sed 's/\([^+]*\)+\(.*\)+\([A-Z0-9].*\)/\1 \2 \3/' | tr ' ' '/')
18 [ -d $p ] || continue # filter out /bin/sh and other weird stuff...
38   echo ". $p/etc/profile.d/init.sh" >> %i/etc/profile.d/env.sh
39   echo "source $p/etc/profile.d/init.csh" >> %i/etc/profile.d/env.csh
40   done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines