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

Comparing COMP/CMSDIST/SCRAM.spec (file contents):
Revision 1.2 by argiro, Thu Feb 9 15:07:19 2006 UTC vs.
Revision 1.10 by eulisse, Wed May 17 14:45:18 2006 UTC

# Line 1 | Line 1
1 < ### RPM lcg SCRAM V1_0_2
1 > ### RPM lcg SCRAM V0_20_0
2   ## INITENV +PATH PATH %instroot/bin
3  
4   # This package is somewhat unusual compared to other packages we
# Line 28 | Line 28
28   # FIXME: should we have more than one project database and link them
29   # together into one big one?
30  
31 < %define cvsrepo  cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/SCRAM?passwd=AA_:yZZ3e
31 > %define cvsrepo cvs://:pserver:anonymous@spitools.cvs.cern.ch:2401/cvs/SPITOOLS?passwd=Ah<Z
32  
33   Source0: %{cvsrepo}&tag=-r%{v}&module=%n&output=/source.tar.gz
34 + Provides: perl(ActiveDoc::UserInterface_basic)
35 + Provides: perl(ActiveDoc::UserQuery)
36 + Provides: perl(ObjectStore)
37 + Provides: perl(Utilities::AddDir)
38 + Provides: perl(Utilities::GroupChecker)
39 + Provides: perl(Utilities::SCRAMUtils)
40  
41   %prep
42   %setup -n %n
43 <
43 > rm src/URL/test/test_URL_cvsfile.pm
44   %build
45   %install
46   tar -cf - . | tar -C %i -xvvf -
# Line 61 | Line 67 | export PERL5LIB SITENAME SEARCHOVRD LOCT
67   exec perl "$SCRAM_HOME/src/scramcli" ${1+"$@"}
68   EOF
69   chmod 755 %instroot/bin/scram
70 <
70 > perl -p -i -e "s|#!.*perl|#!/usr/bin/env perl|" $(find %{i})
71   %files
72   %i
73   %instroot/bin/scram
74   %instroot/share/scramdb
75 + %post
76 + perl -p -i -e "s|%instroot|$RPM_INSTALL_PREFIX|g" $RPM_INSTALL_PREFIX/bin/scram

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines