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

Comparing COMP/CMSDIST/xrootd.spec (file contents):
Revision 1.5 by elmer, Thu Nov 22 01:02:27 2007 UTC vs.
Revision 1.13 by gowdy, Fri Feb 6 11:51:37 2009 UTC

# Line 1 | Line 1
1 < ### RPM external xrootd 20071001-0000a-CMS18
1 > ### RPM external xrootd 20071116.0000b-CMS19
2   # Override default realversion since there is a "-" in the realversion
3 < %define realversion 20071001-0000a
3 > %define realversion 20071116-0000b
4   Source: http://xrootd.slac.stanford.edu/download/%{realversion}/%n-%{realversion}.src.tgz
5   Requires: openssl
6  
# Line 8 | Line 8 | Requires: openssl
8   %setup -n xrootd
9  
10   %build
11 < ./configure.classic --disable-krb4 --disable-krb5 --with-ssl-incdir=$OPENSSL_ROOT/include --with-ssl-libdir=$OPENSSL_ROOT/lib
12 < gmake
11 > ./configure.classic --disable-krb4 --with-ssl-incdir=$OPENSSL_ROOT/include --with-ssl-libdir=$OPENSSL_ROOT/lib
12 > make
13  
14   %install
15   mkdir %i/bin
# Line 19 | Line 19 | mkdir %i/utils
19   mkdir %i/src
20   cp -r bin/arch/* %i/bin
21   cp -r lib/arch/* %i/lib
22 + [ $(uname) = Darwin ] &&
23 +  for f in %i/lib/*.a; do
24 +    ranlib $f
25 +  done
26   cp -r utils/* %i/utils
27   cp -r etc/* %i/etc
28   cp -r src/* %i/src
# Line 65 | Line 69 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
69   EOF_TOOLFILE
70  
71   %post
72 + %{relocateConfig}etc/scram.d/%n
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines