1 |
< |
### RPM external xrootd 5.22.00a |
2 |
< |
Source: http://cmsrep.cern.ch//cmssw/xrootd_src/%n-%{realversion}.src.tgz |
3 |
< |
Patch0: xrootd-gcc44 |
1 |
> |
### RPM external xrootd 20081007_0500 |
2 |
> |
# Override default realversion since there is a "-" in the realversion |
3 |
> |
%define realversion 20081007-0500 |
4 |
> |
Source: https://root.cern.ch/svn/root/tags/v5-18-00e/xrootd/src/%n-%{realversion}.src.tgz |
5 |
|
Requires: openssl |
6 |
|
|
7 |
|
%prep |
8 |
|
%setup -n xrootd |
8 |
– |
%patch0 -p1 |
9 |
|
|
10 |
|
%build |
11 |
|
./configure.classic --disable-krb4 --with-ssl-incdir=$OPENSSL_ROOT/include --with-ssl-libdir=$OPENSSL_ROOT/lib |