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

Comparing COMP/CMSDIST/openldap.spec (file contents):
Revision 1.6 by elmer, Wed May 6 03:36:57 2009 UTC vs.
Revision 1.9 by eulisse, Tue Aug 24 10:28:01 2010 UTC

# Line 18 | Line 18 | pwd
18   pwd
19  
20   # Fix missing sasl2 library link on 64-bit SLC4:
21 <
22 < mkdir -p sasl2lib
23 < ln -s /usr/lib/libsasl2.so.2.0.19 sasl2lib/libsasl2.so
21 > case %cmsplatf in
22 >   slc*)
23 >        mkdir -p sasl2lib
24 >        ln -s /usr/lib/libsasl2.so.2.0.19 sasl2lib/libsasl2.so
25 >   ;;
26 > esac
27  
28   #  CC          C compiler command
29   #  CFLAGS      C compiler flags
# Line 41 | Line 44 | make depend
44   make
45   %install
46   make install
44
45 # SCRAM ToolBox toolfile
46 mkdir -p %i/etc/scram.d
47 cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
48 <doc type=BuildSystem::ToolDoc version=1.0>
49 <Tool name=%n version=%v>
50 <Client>
51 <Environment name=OPENLDAP_BASE default="%i"></Environment>
52 <Environment name=LIBDIR default="$OPENLDAP_BASE/lib"></Environment>
53 </Client>
54 <use name=openssl>
55 <use name=db4>
56 </Tool>
57 EOF_TOOLFILE
58
59 %post
60 %{relocateConfig}etc/scram.d/%n
61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines