1 |
< |
### RPM external dpm 1.6.5-5-CMS1 |
1 |
> |
### RPM external dpm 1.6.5-5-CMS3q |
2 |
|
## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;; Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) true ;; esac |
3 |
|
|
4 |
|
%define baseVersion %realversion |
19 |
|
perl -pi -e "s!__PATCHLEVEL__!%patchLevel!;s!__BASEVERSION__!\"%baseVersion\"!;s!__TIMESTAMP__!%(date +%%s)!" h/patchlevel.h |
20 |
|
perl -pi -e 's|ld\s+\$\(|ld -m elf_i386 \$\(|' shlib/Imakefile |
21 |
|
|
22 |
< |
for this in BuildDLI BuildDPMServer BuildNameServerClient BuildNameServerDaemon BuildNameServerLibrary BuildRfioServer BuildSecurity \ |
22 |
> |
for this in BuildDLI BuildDPMServer BuildNameServerDaemon BuildNameServerLibrary BuildRfioServer \ |
23 |
|
BuildSRMv1Server BuildSRMv2Server BuildSRMv2_2Server BuildTest ; do |
24 |
|
perl -pi -e "s/\s+$this\s+YES/ $this\tNO/g" config/site.def |
25 |
|
done |
27 |
|
for this in BuildDPMClient BuildInterfaces BuildRfioClient; do |
28 |
|
perl -pi -e "s/\s+$this\s+NO/ $this\tYES/g" config/site.def |
29 |
|
done |
30 |
< |
for this in Accounting HasNroff UseCupv UseGSI UseKRB4 UseKRB5 UseMySQL UseOracle UseVirtualIds UseVOMS ; do |
30 |
> |
for this in Accounting HasNroff UseCupv UseKRB4 UseKRB5 UseMySQL UseOracle UseVirtualIds UseVOMS ; do |
31 |
|
perl -pi -e "s/\s+$this\s+YES/ $this\tNO/g" config/site.def |
32 |
|
done |
33 |
|
for this in SecMakeStaticLibrary BuildSecureRfio BuildSecureCns BuildSecureDpm ; do |