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.3 by argiro, Fri Feb 10 14:18:09 2006 UTC vs.
Revision 1.9 by eulisse, Wed May 17 14:40:18 2006 UTC

# Line 31 | Line 31
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(Utilities::GroupChecker)
35  
36   %prep
37   %setup -n %n
38 <
38 > rm src/URL/test/test_URL_cvsfile.pm
39   %build
40   %install
41   tar -cf - . | tar -C %i -xvvf -
# Line 61 | Line 62 | export PERL5LIB SITENAME SEARCHOVRD LOCT
62   exec perl "$SCRAM_HOME/src/scramcli" ${1+"$@"}
63   EOF
64   chmod 755 %instroot/bin/scram
65 <
65 > perl -p -i -e "s|#!.*perl|#!/usr/bin/env perl|" $(find %{i})
66   %files
67   %i
68   %instroot/bin/scram
69   %instroot/share/scramdb
70 + %post
71 + 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