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.4 by elmer, Tue Nov 13 14:04:30 2007 UTC vs.
Revision 1.7 by elmer, Sat Dec 1 13:32:55 2007 UTC

# Line 1 | Line 1
1 < ### RPM external xrootd 20071001-0000a-CMS18
1 > ### RPM external xrootd 20071001-0000a-CMS18b
2   # Override default realversion since there is a "-" in the realversion
3   %define realversion 20071001-0000a
4   Source: http://xrootd.slac.stanford.edu/download/%{realversion}/%n-%{realversion}.src.tgz
5 < #
5 > Requires: openssl
6  
7   %prep
8   %setup -n xrootd
9  
10   %build
11 < ./configure.classic
11 > ./configure.classic --disable-krb4 --disable-krb5 --with-ssl-incdir=$OPENSSL_ROOT/include --with-ssl-libdir=$OPENSSL_ROOT/lib
12   gmake
13  
14   %install
# Line 65 | Line 65 | cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
65   EOF_TOOLFILE
66  
67   %post
68 + %{relocateConfig}etc/scram.d/%n
69  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines