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

Comparing COMP/CMSDIST/openssl.spec (file contents):
Revision 1.9 by elmer, Wed May 23 16:26:06 2007 UTC vs.
Revision 1.13 by elmer, Fri Nov 2 17:01:00 2007 UTC

# Line 1 | Line 1
1 < ### RPM external openssl 0.9.7d-XXXX
1 > ### RPM external openssl 0.9.7d-CMS18
2   Source: http://www.openssl.org/source/%n-%realversion.tar.gz
3  
4   %prep
# Line 16 | Line 16 | make
16   make install
17   perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/ssl/misc/CA.pl %{i}/ssl/misc/der_chop %{i}/bin/c_rehash
18   #
19 + # SCRAM ToolBox toolfile
20 + mkdir -p %i/etc/scram.d
21 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
22 + <doc type=BuildSystem::ToolDoc version=1.0>
23 + <Tool name=%n version=%v>
24 + <lib name=ssl>
25 + <lib name=crypto>
26 + <client>
27 + <Environment name=OPENSSL_BASE default="%i"></Environment>
28 + <Environment name=INCLUDE default="$OPENSSL_BASE/include"></Environment>
29 + <Environment name=LIBDIR  default="$OPENSSL_BASE/lib"></Environment>
30 + </client>
31 + </Tool>
32 + EOF_TOOLFILE
33 +
34 + %post
35 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines